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-000000036M8-2Oug@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
------
master

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

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 ++--
7 files changed, 23 insertions(+), 23 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