summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-08-08 15:35:31 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-08-08 15:35:31 -0400
commit1ea124f8821462e9dc15c612c283ae14c5a8b809 (patch)
treed50dd2960f8756ebd8c592130409081eccd85f3d
parent29952920e6e7c68d289cd77f78972d42cef3abaf (diff)
Doc: remove bogus <indexterm> 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.
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 600359ed397..924044eabde 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -6635,7 +6635,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<term><varname>transaction_read_only</varname> (<type>boolean</type>)
<indexterm>
<primary>read-only transaction</primary>
- <secondary>setting default</secondary>
</indexterm>
<indexterm>
<primary><varname>transaction_read_only</varname> configuration parameter</primary>
@@ -6656,7 +6655,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<term><varname>transaction_deferrable</varname> (<type>boolean</type>)
<indexterm>
<primary>deferrable transaction</primary>
- <secondary>setting default</secondary>
</indexterm>
<indexterm>
<primary><varname>transaction_deferrable</varname> configuration parameter</primary>