From bf0a6ec33106955348928411eaf767aa0055d060 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 8 Aug 2021 15:35:31 -0400 Subject: [PATCH] Doc: remove bogus items. Copy-and-pasteo in 665c5855e, evidently. The 9.6 docs toolchain whined about duplicate index entries, though our modern toolchain doesn't. In any case, these GUCs surely are not about the default settings of these values. --- doc/src/sgml/config.sgml | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e9b126cc243..32c8fb8ea92 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6919,7 +6919,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; transaction_read_only (boolean) read-only transaction - setting default transaction_read_only configuration parameter @@ -6940,7 +6939,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; transaction_deferrable (boolean) deferrable transaction - setting default transaction_deferrable configuration parameter -- 2.39.5