Re: Mark a reloption as indexterm

2019-04-15 Thread Michael Paquier
On Tue, Apr 16, 2019 at 12:14:01AM +0900, Fujii Masao wrote: > So I used tag again for the above style if both reloption > and guc with the same parameter name exist. Attached is the updated > version of the patch. This patch also marks index-reloption as indexterm. > > Barring any objections, I

Re: PL/R points to wrong place

2019-04-15 Thread Joe Conway
On 4/15/19 12:41 PM, Tom Lane wrote: > PG Doc comments form writes: >> The following documentation comment has been logged on the website: >> Page: https://www.postgresql.org/docs/11/external-pl.html >> Description: > >> Project lives >> https://github.com/postgres-plr/plr > > Hey Joe, is this a

Re: PL/R points to wrong place

2019-04-15 Thread Tom Lane
PG Doc comments form writes: > The following documentation comment has been logged on the website: > Page: https://www.postgresql.org/docs/11/external-pl.html > Description: > Project lives > https://github.com/postgres-plr/plr Hey Joe, is this a correct update? That link currently points at ht

PL/R points to wrong place

2019-04-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/external-pl.html Description: Project lives https://github.com/postgres-plr/plr Thanks,

Re: Mark a reloption as indexterm

2019-04-15 Thread Alvaro Herrera
On 2019-Apr-16, Fujii Masao wrote: > On Tue, Apr 16, 2019 at 12:35 AM Alvaro Herrera > wrote: > > For autovacuum it says "configuration > > parameters" rather than "configuration parameter". Other than that, it > > looks good to me. (I didn't check that all storage options were covered.) > >

Re: Mark a reloption as indexterm

2019-04-15 Thread Fujii Masao
On Tue, Apr 16, 2019 at 12:35 AM Alvaro Herrera wrote: > > On 2019-Apr-16, Fujii Masao wrote: > > > On Sat, Apr 13, 2019 at 1:30 AM Alvaro Herrera > > wrote: > > > > > > On 2019-Apr-12, Fujii Masao wrote: > > > > > > > > > > OTOH, originally I thought that the following style is smarter. > > > >

Re: Mark a reloption as indexterm

2019-04-15 Thread Alvaro Herrera
On 2019-Apr-16, Fujii Masao wrote: > On Sat, Apr 13, 2019 at 1:30 AM Alvaro Herrera > wrote: > > > > On 2019-Apr-12, Fujii Masao wrote: > > > > > > > OTOH, originally I thought that the following style is smarter. > > > > > > xxx > > > configuration parameter, XXX > > > stora

Re: Mark a reloption as indexterm

2019-04-15 Thread Fujii Masao
On Sat, Apr 13, 2019 at 1:30 AM Alvaro Herrera wrote: > > On 2019-Apr-12, Fujii Masao wrote: > > > > OTOH, originally I thought that the following style is smarter. > > > > xxx > > configuration parameter, XXX > > storage parameter, Storage Parameter > > Ah. Well, I like this