]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: remove bogus <indexterm> items.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Aug 2021 19:35:31 +0000 (15:35 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Aug 2021 19:35:31 +0000 (15:35 -0400)
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.

doc/src/sgml/config.sgml

index e9b126cc24379f5da1f318507be6f1d7d55df866..32c8fb8ea927c7d67f38d5fd7705c6a9636703c4 100644 (file)
@@ -6919,7 +6919,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>
@@ -6940,7 +6939,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>