diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-08 15:35:30 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-08 15:35:30 -0400 |
commit | 08ef2ce204573688a3216de39dd7fc2744a563a6 (patch) | |
tree | af61ecb3be829d7a7f8ce95d6360b7a4ccb10e6e | |
parent | f5b325b967d150d2be579d4541963b2e9c361f59 (diff) | |
download | postgresql-08ef2ce204573688a3216de39dd7fc2744a563a6.tar.gz postgresql-08ef2ce204573688a3216de39dd7fc2744a563a6.zip |
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.sgml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 47310c1d20d..9e17411747f 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7801,7 +7801,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> @@ -7822,7 +7821,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> |