Commit c905e64d authored by Tom Lane's avatar Tom Lane

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.
parent 5227d998
...@@ -8454,7 +8454,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -8454,7 +8454,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<term><varname>transaction_read_only</varname> (<type>boolean</type>) <term><varname>transaction_read_only</varname> (<type>boolean</type>)
<indexterm> <indexterm>
<primary>read-only transaction</primary> <primary>read-only transaction</primary>
<secondary>setting default</secondary>
</indexterm> </indexterm>
<indexterm> <indexterm>
<primary><varname>transaction_read_only</varname> configuration parameter</primary> <primary><varname>transaction_read_only</varname> configuration parameter</primary>
...@@ -8475,7 +8474,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -8475,7 +8474,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<term><varname>transaction_deferrable</varname> (<type>boolean</type>) <term><varname>transaction_deferrable</varname> (<type>boolean</type>)
<indexterm> <indexterm>
<primary>deferrable transaction</primary> <primary>deferrable transaction</primary>
<secondary>setting default</secondary>
</indexterm> </indexterm>
<indexterm> <indexterm>
<primary><varname>transaction_deferrable</varname> configuration parameter</primary> <primary><varname>transaction_deferrable</varname> configuration parameter</primary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment