Re: 'value' has special behaviour in alter system

2022-12-15 Thread Tom Lane
"Jonathan S. Katz" writes: > On 12/15/22 10:50 AM, David G. Johnston wrote: >> I suggest changing it to: >> SET configuration_parameter { TO | = } { value [, ...] | DEFAULT } > +1 in general. I would also suggest we add an example in the Examples > section to show what the output is when you add

Re: 'value' has special behaviour in alter system

2022-12-15 Thread Jonathan S. Katz
On 12/15/22 10:50 AM, David G. Johnston wrote: On Thu, Dec 15, 2022 at 4:45 AM PG Doc comments form mailto:nore...@postgresql.org>> wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/sql-altersystem.html

Re: 'value' has special behaviour in alter system

2022-12-15 Thread David G. Johnston
On Thu, Dec 15, 2022 at 4:45 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/sql-altersystem.html > Description: > > Documentation say > ALTER SYSTEM SET configuration_parameter { TO | = } { value |

Re: No multi range functions on version 12

2022-12-15 Thread Nimrod Sadeh
I misread the “supported versions” section of the documentation, being new to Postgres. In the following screenshot, I took it to mean that this feature (ranges/multiranges) is supported for the “supported version” as opposed to the platform as a whole: > On Dec 15, 2022, at 9:00 AM, Jonathan

Re: No multi range functions on version 12

2022-12-15 Thread Jonathan S. Katz
On 12/15/22 6:46 AM, Magnus Hagander wrote: On Thu, Dec 15, 2022 at 12:45 PM PG Doc comments form mailto:nore...@postgresql.org>> wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/rangetypes.html

Re: No multi range functions on version 12

2022-12-15 Thread Magnus Hagander
On Thu, Dec 15, 2022 at 12:45 PM PG Doc comments form < nore...@postgresql.org> wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/rangetypes.html > Description: > > Hello, according to the documentation, Postgres 12 should hav

'value' has special behaviour in alter system

2022-12-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/sql-altersystem.html Description: Documentation say ALTER SYSTEM SET configuration_parameter { TO | = } { value | 'value' | DEFAULT } The variant 'value' has special, not obvious behaviou

No multi range functions on version 12

2022-12-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/rangetypes.html Description: Hello, according to the documentation, Postgres 12 should have multi range functions. However, in my installation of Postgres 12.12, I don't have any multi ran