Re: Mark a reloption as indexterm

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: pgsql-docs <pgsql-docs@postgresql.org>
Date: 2019-04-09T19:11:33Z
Lists: pgsql-docs
On 2019-Apr-10, Fujii Masao wrote:

> Hi,
> 
> I'd like to propose to mark reloptions as indexterms, like GUC,
> so that users can more easily search the pages describing
> a reloption in document. Attached is the patch which does this.
> Is this helpful? Thought?

+1 for adding index entries to all reloptions.  I'm not sure what you're
achieving by splitting the text for some existing index entries in two
and putting two words in the <secondary> that were part of the
<primary>, though.  I'd just put the whole text in <primary> (obviously
the option name must be the first word of that).

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Commits

  1. Add index terms for reloptions in documentation.