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(-)
