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

From Bruce Momjian
Subject pgsql: doc config.sgml: use "-" and not "_" for varlistentry "id"s
Date
Msg-id E1uRzdP-002JI0-2p@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: pg_dump: Allow pg_dump to dump the statistics for foreign tables
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-".