pgsql: Fix nonstandard SQL command doc id= values introduced in the v19

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix nonstandard SQL command doc id= values introduced in the v19
Date: 2026-09-02 00:04:46
Message-ID: E1x1YT7-000000036MD-2Zvl@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix nonstandard SQL command doc id= values introduced in the v19 cycle.

While some <refentry> instances of supported PostgreSQL versions use the
sql-alter-table style, sql-altertable is the dominant style. Change
these before they're baked into the doc URLs of a supported version.

Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c586a5336a5bd0fef2136424542f4738ae96bf94

Modified Files
--------------
doc/src/sgml/ddl.sgml | 2 +-
doc/src/sgml/high-availability.sgml | 2 +-
doc/src/sgml/ref/alter_property_graph.sgml | 18 +++++++++---------
doc/src/sgml/ref/create_property_graph.sgml | 10 +++++-----
doc/src/sgml/ref/drop_property_graph.sgml | 8 ++++----
doc/src/sgml/ref/select.sgml | 2 +-
doc/src/sgml/ref/wait_for.sgml | 4 ++--
doc/src/sgml/release-19.sgml | 4 ++--
8 files changed, 25 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-09-02 00:20:03 pgsql: Speed up pg_waldump TAP test
Previous Message Nathan Bossart 2026-09-01 21:28:18 pgsql: pg_dump: Fix performance regression in attribute statistics quer