Re: list of flags that pg_settings_get_flags reports

2022-11-04 Thread Michael Paquier
On Thu, Nov 03, 2022 at 07:53:55PM -0400, Tom Lane wrote: > Agreed, done. Thanks for taking care of that! -- Michael signature.asc Description: PGP signature

Re: list of flags that pg_settings_get_flags reports

2022-11-03 Thread Tom Lane
Justin Pryzby writes: > f2d0c7f18 should be backpatched to v15. Agreed, done. regards, tom lane

Re: list of flags that pg_settings_get_flags reports

2022-11-03 Thread Justin Pryzby
On Thu, Jul 21, 2022 at 12:19:59PM +0900, Fujii Masao wrote: > On 2022/07/20 16:26, Michael Paquier wrote: > > On Wed, Jul 20, 2022 at 01:51:36PM +0900, Fujii Masao wrote: > > > Attached is the updated version of the patch. It separates the list > > > for GUC flags from the table entry for pg_setti

Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Fujii Masao
On 2022/07/20 18:07, Alvaro Herrera wrote: Hello On 2022-Jul-20, Fujii Masao wrote: Attached is the updated version of the patch. It separates the list for GUC flags from the table entry for pg_settings_get_flags() and adds the table for it at the bottom of the existing function table. I

Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Fujii Masao
On 2022/07/20 16:26, Michael Paquier wrote: On Wed, Jul 20, 2022 at 01:51:36PM +0900, Fujii Masao wrote: Attached is the updated version of the patch. It separates the list for GUC flags from the table entry for pg_settings_get_flags() and adds the table for it at the bottom of the existing f

Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Alvaro Herrera
Hello On 2022-Jul-20, Fujii Masao wrote: > Attached is the updated version of the patch. It separates the list > for GUC flags from the table entry for pg_settings_get_flags() and > adds the table for it at the bottom of the existing function table. I lament the fact that the version of DocBook

Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Michael Paquier
On Wed, Jul 20, 2022 at 01:51:36PM +0900, Fujii Masao wrote: > Attached is the updated version of the patch. It separates the list > for GUC flags from the table entry for pg_settings_get_flags() and > adds the table for it at the bottom of the existing function table. Thanks a lot for sending a

Re: list of flags that pg_settings_get_flags reports

2022-07-19 Thread Fujii Masao
On 2022/07/16 11:46, Michael Paquier wrote: 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. +1 Err, sorry for missing that. I did not notice that a list would be treated as

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: 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 b

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