Re: Improve examples: Provide the example which extend to the left of the range

2025-02-17 Thread David G. Johnston
On Tue, Jan 21, 2025 at 10:09 AM PG Doc comments form < nore...@postgresql.org> wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/17/functions-range.html > Description: > > It would be nice to have examples which `extend to the o

Improve examples: Provide the example which extend to the left of the range

2025-01-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/functions-range.html Description: Hi. All examples on this page uses `not extend` expression: ``` anyrange &< anyrange → boolean Does the first range not extend to the right of the secon