pgsql: doc: Fix initdb option xreflabels

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix initdb option xreflabels
Date: 2024-10-16 06:35:32
Message-ID: E1t0xd6-0012fb-Uh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-10-16 06:52:11 pgsql: initdb: Change default to using data checksums.
Previous Message Nathan Bossart 2024-10-15 21:21:59 pgsql: Add type cast to foreach_internal's loop variable.