pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-".

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-".
Date: 2025-06-18 20:48:50
Message-ID: E1uRziE-002JNu-1l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: fix for commit 09f7d36ba16 in changing "_" to "-".

I thought underscores wouldn't even work in "id"s, so I never checked to
see if anything referenced it, but it seems it does work, so adjust the
calling site for the dash syntax.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/alter_database.sgml | 2 +-
doc/src/sgml/ref/create_database.sgml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-06-19 00:11:26 pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F
Previous Message Bruce Momjian 2025-06-18 20:43:52 pgsql: doc config.sgml: use "-" and not "_" for varlistentry "id"s