Documentation of return values of range functions lower and upper

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: jani(dot)rahkola(at)iki(dot)fi
Subject: Documentation of return values of range functions lower and upper
Date: 2020-11-11 09:25:21
Message-ID: 160508672127.25505.8356390205508789564@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/functions-range.html
Description:

Table 9.54 in page
https://www.postgresql.org/docs/current/functions-range.html states that the
functions lower and upper return NULL if the requested bound is infinite. If
the element type of the range contains the special values infinity and
-infinity, this is not correct, as those values are returned if explicitly
used as either bound.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Chris Wilson 2020-11-11 11:29:09 Re: What does "[backends] should seldom or never need to wait for a write to occur" mean?
Previous Message 周书林 2020-11-11 04:04:03 Re: Tips about using mount point directly as the data_directory.