summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2021-08-08 19:35:31 +0000
committerTom Lane2021-08-08 19:35:31 +0000
commitd8650419bfbf10ae70bd24cafeadf58e107add76 (patch)
treed3c5adbbd23848af6b28ec39d65012cc042ef7b0
parentd5904d65080d3fd2c35b6aa74fa6c5762e32f87b (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 5578a214e35..013ae2dfcec 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -6378,7 +6378,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>
@@ -6399,7 +6398,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>