pgsql: doc: Fix initdb option xreflabels - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Fix initdb option xreflabels
Date
Msg-id E1t0xd6-0012fb-Uh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix initdb option xreflabels

Generally, we don't want any overriding xreflabels in the options
list, so that we can link to options and the link renders as the
option name.  The -g option did this differently and config.sgml made
use of that for a link.  The new --no-data-checksums option (commit
983a588e0b8) apparently copied this pattern, but that seems like the
wrong direction, as a future patch revealed.

To fix, remove the two xreflabels and rewrite the link in config.sgml
with an explicit link text.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/67846550dc6d7d90db4d98cdd8a8440725ef5c65

Modified Files
--------------
doc/src/sgml/config.sgml     | 4 +++-
doc/src/sgml/ref/initdb.sgml | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add type cast to foreach_internal's loop variable.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: initdb: Change default to using data checksums.