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