Re: list of flags that pg_settings_get_flags reports

2022-07-15 Thread Michael Paquier
On Fri, Jul 15, 2022 at 03:40:08PM +0200, Alvaro Herrera wrote: > I think it should be a separate table, like tables 9.75-9.77 lists > properties for various functions. Err, sorry for missing that. I did not notice that a list would be treated as separate lines in the existing function table. Ad

Re: pg_advisory_unlock(null)

2022-07-15 Thread David G. Johnston
On Thu, Jul 14, 2022 at 6:36 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/functions-admin.html > Description: > > Hello! > There is no information in documentation about pg_advisory_unlock with NU

Re: Fwd: Adding more detail to pg_upgrade documentation

2022-07-15 Thread Nikhil Shetty
Thank you Bruce ! On Fri, 15 Jul 2022 at 2:04 AM, Bruce Momjian wrote: > On Sat, Jul 9, 2022 at 10:38:30PM -0400, Bruce Momjian wrote: > > > (source: https://www.postgresql.org/docs/devel/pgupgrade.html) > > > > > > I'm a new contributor so please forgive me if I'm on the wrong > track

Re: list of flags that pg_settings_get_flags reports

2022-07-15 Thread Alvaro Herrera
On 2022-Jul-15, Fujii Masao wrote: > Hi, > > In the docs, the display of the list of flags that > pg_settings_get_flags reports looks a bit odd to me [*1]. To make it > smarter, how about using instead of , to > list thoes flags within ? Patch attached. I think it should be a separate table, li

list of flags that pg_settings_get_flags reports

2022-07-15 Thread Fujii Masao
Hi, In the docs, the display of the list of flags that pg_settings_get_flags reports looks a bit odd to me [*1]. To make it smarter, how about using instead of , to list thoes flags within ? Patch attached. Regards, [*1] https://www.postgresql.org/docs/devel/functions-info.html#id-1.5.8.32.