Re: pgsql: Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Brar Piening <brar@gmx.de>, pgsql-hackers@lists.postgresql.org
Date: 2023-01-17T22:13:58Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > On 12.01.23 00:05, Tom Lane wrote: >> That reminds me that I was going to suggest fixing the few existing >> variances from the "use '-' not '_'" policy: >> >> $ grep 'id="[a-zA-Z0-9-]*_' *sgml ref/*sgml >> config.sgml: <varlistentry id="guc-plan-cache_mode" xreflabel="plan_cache_mode"> > should be fixed >> libpq.sgml: <varlistentry id="libpq-PQpingParams-PQPING_OK"> >> libpq.sgml: <varlistentry id="libpq-PQpingParams-PQPING_REJECT"> >> libpq.sgml: <varlistentry id="libpq-PQpingParams-PQPING_NO_RESPONSE"> >> libpq.sgml: <varlistentry id="libpq-PQpingParams-PQPING_NO_ATTEMPT"> > I think we can leave these. They are internally consistent. >> pgbuffercache.sgml: <table id="pgbuffercache_summary-columns"> > should be fixed >> ref/pg_checksums.sgml: <refsect1 id="r1-app-pg_checksums-1"> > pretty bogus OK, done like that. regards, tom lane
Commits
-
Doc: fix a few oddly-spelled SGML ID attributes.
- 09d465c39716 16.0 landed
-
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
- 78ee60ed84bb 16.0 cited