Re: document pg_settings view doesn't display custom options - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: document pg_settings view doesn't display custom options
Date
Msg-id 2cd27be7-579b-d555-0d73-72a8dd845d01@oss.nttdata.com
Whole thread Raw
In response to Re: document pg_settings view doesn't display custom options  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: document pg_settings view doesn't display custom options  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers

On 2020/10/31 2:06, John Naylor wrote:
> 
> 
> On Fri, Oct 30, 2020 at 12:48 PM Tom Lane <tgl@sss.pgh.pa.us <mailto:tgl@sss.pgh.pa.us>> wrote:
> 
>     John Naylor <john.naylor@enterprisedb.com <mailto:john.naylor@enterprisedb.com>> writes:
>      > Okay, along those lines here's a patch using "this view" in a new paragraph
>      > for simplicity.
> 
>     Basically OK with me, but ...
> 
>     <quibble>
>     It seems fairly weird to use a nonspecific reference first and then a
>     specific one.  That is, I'd expect to read "The pg_settings view ..."
>     and then "This view ...", not the other way around.  So we could
>     put this para second, or put it first but make this para say
>     "The pg_settings view ..." while the existing text gets reduced to
>     "This view ...".
> 
>     Or just make them both say "This view ..." so we don't have to have
>     this discussion again the next time somebody wants to add a para here.
>     </quibble>
> 
> 
> Okay, how's this?

Looks good to me. Barring any objection, I will commit the patch.

Regards,

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



pgsql-hackers by date:

Previous
From: Anastasia Lubennikova
Date:
Subject: Re: A problem about partitionwise join
Next
From: Anastasia Lubennikova
Date:
Subject: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit