提交 cdc67938 编写于 作者: T Tom Lane

Don't put <indexterm> before <term> in <varlistentry> items.

Doing that results in a broken index entry in PDF output.  We had only
a few like that, which is probably why nobody noticed before.
Standardize on putting the <term> first.

Josh Kupershmidt
上级 5b86fedf
...@@ -1661,10 +1661,10 @@ include 'filename' ...@@ -1661,10 +1661,10 @@ include 'filename'
</varlistentry> </varlistentry>
<varlistentry id="guc-fsync" xreflabel="fsync"> <varlistentry id="guc-fsync" xreflabel="fsync">
<term><varname>fsync</varname> (<type>boolean</type>)</term>
<indexterm> <indexterm>
<primary><varname>fsync</> configuration parameter</primary> <primary><varname>fsync</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>fsync</varname> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
If this parameter is on, the <productname>PostgreSQL</> server If this parameter is on, the <productname>PostgreSQL</> server
...@@ -1846,10 +1846,10 @@ include 'filename' ...@@ -1846,10 +1846,10 @@ include 'filename'
</varlistentry> </varlistentry>
<varlistentry id="guc-full-page-writes" xreflabel="full_page_writes"> <varlistentry id="guc-full-page-writes" xreflabel="full_page_writes">
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
<indexterm> <indexterm>
<primary><varname>full_page_writes</> configuration parameter</primary> <primary><varname>full_page_writes</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
When this parameter is on, the <productname>PostgreSQL</> server When this parameter is on, the <productname>PostgreSQL</> server
...@@ -2920,6 +2920,7 @@ include 'filename' ...@@ -2920,6 +2920,7 @@ include 'filename'
<variablelist> <variablelist>
<varlistentry id="guc-geqo" xreflabel="geqo"> <varlistentry id="guc-geqo" xreflabel="geqo">
<term><varname>geqo</varname> (<type>boolean</type>)</term>
<indexterm> <indexterm>
<primary>genetic query optimization</primary> <primary>genetic query optimization</primary>
</indexterm> </indexterm>
...@@ -2930,7 +2931,6 @@ include 'filename' ...@@ -2930,7 +2931,6 @@ include 'filename'
<indexterm> <indexterm>
<primary><varname>geqo</> configuration parameter</primary> <primary><varname>geqo</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>geqo</varname> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
Enables or disables genetic query optimization. Enables or disables genetic query optimization.
...@@ -4972,6 +4972,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -4972,6 +4972,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</varlistentry> </varlistentry>
<varlistentry id="guc-default-transaction-isolation" xreflabel="default_transaction_isolation"> <varlistentry id="guc-default-transaction-isolation" xreflabel="default_transaction_isolation">
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
<indexterm> <indexterm>
<primary>transaction isolation level</primary> <primary>transaction isolation level</primary>
<secondary>setting default</secondary> <secondary>setting default</secondary>
...@@ -4979,7 +4980,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -4979,7 +4980,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<indexterm> <indexterm>
<primary><varname>default_transaction_isolation</> configuration parameter</primary> <primary><varname>default_transaction_isolation</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
<listitem> <listitem>
<para> <para>
Each SQL transaction has an isolation level, which can be Each SQL transaction has an isolation level, which can be
...@@ -4998,6 +4998,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -4998,6 +4998,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</varlistentry> </varlistentry>
<varlistentry id="guc-default-transaction-read-only" xreflabel="default_transaction_read_only"> <varlistentry id="guc-default-transaction-read-only" xreflabel="default_transaction_read_only">
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
<indexterm> <indexterm>
<primary>read-only transaction</primary> <primary>read-only transaction</primary>
<secondary>setting default</secondary> <secondary>setting default</secondary>
...@@ -5005,8 +5006,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -5005,8 +5006,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<indexterm> <indexterm>
<primary><varname>default_transaction_read_only</> configuration parameter</primary> <primary><varname>default_transaction_read_only</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
A read-only SQL transaction cannot alter non-temporary tables. A read-only SQL transaction cannot alter non-temporary tables.
...@@ -5021,6 +5020,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -5021,6 +5020,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</varlistentry> </varlistentry>
<varlistentry id="guc-default-transaction-deferrable" xreflabel="default_transaction_deferrable"> <varlistentry id="guc-default-transaction-deferrable" xreflabel="default_transaction_deferrable">
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
<indexterm> <indexterm>
<primary>deferrable transaction</primary> <primary>deferrable transaction</primary>
<secondary>setting default</secondary> <secondary>setting default</secondary>
...@@ -5028,8 +5028,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -5028,8 +5028,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<indexterm> <indexterm>
<primary><varname>default_transaction_deferrable</> configuration parameter</primary> <primary><varname>default_transaction_deferrable</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
When running at the <literal>serializable</> isolation level, When running at the <literal>serializable</> isolation level,
...@@ -5347,6 +5345,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; ...@@ -5347,6 +5345,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
</varlistentry> </varlistentry>
<varlistentry id="guc-extra-float-digits" xreflabel="extra_float_digits"> <varlistentry id="guc-extra-float-digits" xreflabel="extra_float_digits">
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
<indexterm> <indexterm>
<primary>significant digits</primary> <primary>significant digits</primary>
</indexterm> </indexterm>
...@@ -5357,8 +5356,6 @@ SET XML OPTION { DOCUMENT | CONTENT }; ...@@ -5357,8 +5356,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
<indexterm> <indexterm>
<primary><varname>extra_float_digits</> configuration parameter</primary> <primary><varname>extra_float_digits</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
<listitem> <listitem>
<para> <para>
This parameter adjusts the number of digits displayed for This parameter adjusts the number of digits displayed for
...@@ -5634,6 +5631,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' ...@@ -5634,6 +5631,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
<variablelist> <variablelist>
<varlistentry id="guc-deadlock-timeout" xreflabel="deadlock_timeout"> <varlistentry id="guc-deadlock-timeout" xreflabel="deadlock_timeout">
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
<indexterm> <indexterm>
<primary>deadlock</primary> <primary>deadlock</primary>
<secondary>timeout during</secondary> <secondary>timeout during</secondary>
...@@ -5645,8 +5643,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' ...@@ -5645,8 +5643,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
<indexterm> <indexterm>
<primary><varname>deadlock_timeout</> configuration parameter</primary> <primary><varname>deadlock_timeout</> configuration parameter</primary>
</indexterm> </indexterm>
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
<listitem> <listitem>
<para> <para>
This is the amount of time, in milliseconds, to wait on a lock This is the amount of time, in milliseconds, to wait on a lock
......
...@@ -2581,11 +2581,11 @@ char *PQresultErrorField(const PGresult *res, int fieldcode); ...@@ -2581,11 +2581,11 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
</varlistentry> </varlistentry>
<varlistentry id="libpq-pg-diag-sqlstate"> <varlistentry id="libpq-pg-diag-sqlstate">
<term><symbol>PG_DIAG_SQLSTATE</></term>
<indexterm> <indexterm>
<primary>error codes</primary> <primary>error codes</primary>
<secondary>libpq</secondary> <secondary>libpq</secondary>
</indexterm> </indexterm>
<term><symbol>PG_DIAG_SQLSTATE</></term>
<listitem> <listitem>
<para> <para>
The SQLSTATE code for the error. The SQLSTATE code identifies The SQLSTATE code for the error. The SQLSTATE code identifies
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册