mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 01:40:33 -05:00
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.
This commit is contained in:
parent
c1132aae33
commit
cf5ce5aa70
1 changed files with 0 additions and 2 deletions
|
|
@ -8458,7 +8458,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>
|
||||
|
|
@ -8479,7 +8478,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue