pgsql: doc config.sgml: use "-" and not "_" for varlistentry "id"s

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc config.sgml: use "-" and not "_" for varlistentry "id"s
Date: 2025-06-18 20:43:52
Message-ID: E1uRzdP-002JI0-2p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc config.sgml: use "-" and not "_" for varlistentry "id"s

Change "id"s of file_copy_method and enable_self_join_elimination for
consistency with the rest of the guc "id"s. These are new entries for
PG 18.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/09f7d36ba16e9665bb25d2c097e71c7439485fd7

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2025-06-18 20:48:50 pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-".
Previous Message Fujii Masao 2025-06-18 05:57:25 pgsql: pg_dump: Allow pg_dump to dump the statistics for foreign tables