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
commit410c5a08df4381917cd6da7d94609644e10ca322 (patch)
treeb75c2cfd124e129d3be67b5c2c4ca613e05ee813
parent6432cf92658307688be4e241eb16fc9c41a8c0cf (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 2a81c5f857c..752697f07f0 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -8174,7 +8174,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>
@@ -8195,7 +8194,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>