Re: list of flags that pg_settings_get_flags reports

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: list of flags that pg_settings_get_flags reports
Date: 2022-07-20 04:51:36
Message-ID: beed11aa-2716-d564-9cba-52ac11e050da@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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 separate lines in the existing function table. Adding a
> table at the bottom of the function list sounds fine to me.

+1

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.

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment Content-Type Size
0001-docs-Improve-pg_settings_get_flags-docs.patch text/plain 3.7 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Paquier 2022-07-20 07:26:12 Re: list of flags that pg_settings_get_flags reports
Previous Message Bruce Momjian 2022-07-18 19:43:03 Re: CREATE TABLE AS, section IF NOT EXISTS should clarify what happens to the data