summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-08-08 15:35:30 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-08-08 15:35:30 -0400
commitc905e64d42fe0725ab7fe84b70a41b4c381aee07 (patch)
tree6bb0049cc904c77a0b54684d45ddbe70594e20e5
parent5227d99896726b3c889e388f14a3593e104e36ee (diff)
downloadpostgresql-c905e64d42fe0725ab7fe84b70a41b4c381aee07.tar.gz
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 9fa3e2d388..d5956833e4 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -8454,7 +8454,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>
@@ -8475,7 +8474,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>