Re: Mark a reloption as indexterm
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: pgsql-docs <pgsql-docs@postgresql.org>
Date: 2019-04-15T15:14:01Z
Lists: pgsql-docs
Attachments
- reloption-doc-v3.patch (application/octet-stream) patch v3
On Sat, Apr 13, 2019 at 1:30 AM Alvaro Herrera <alvherre@2ndquadrant.com> 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 style. Let's do that. So I used <secondary> 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 will commit this patch. Regards, -- Fujii Masao
Commits
-
Add index terms for reloptions in documentation.
- c8e0f6bbdb5f 12.0 landed