Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdc6793

Browse files
committed
Don't put <indexterm> before <term> in <varlistentry> items.
Doing that results in a broken index entry in PDF output. We had onlya few like that, which is probably why nobody noticed before.Standardize on putting the <term> first.Josh Kupershmidt
1 parent5b86fed commitcdc6793

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,10 +1661,10 @@ include 'filename'
16611661
</varlistentry>
16621662

16631663
<varlistentry id="guc-fsync" xreflabel="fsync">
1664+
<term><varname>fsync</varname> (<type>boolean</type>)</term>
16641665
<indexterm>
16651666
<primary><varname>fsync</> configuration parameter</primary>
16661667
</indexterm>
1667-
<term><varname>fsync</varname> (<type>boolean</type>)</term>
16681668
<listitem>
16691669
<para>
16701670
If this parameter is on, the <productname>PostgreSQL</> server
@@ -1846,10 +1846,10 @@ include 'filename'
18461846
</varlistentry>
18471847

18481848
<varlistentry id="guc-full-page-writes" xreflabel="full_page_writes">
1849+
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
18491850
<indexterm>
18501851
<primary><varname>full_page_writes</> configuration parameter</primary>
18511852
</indexterm>
1852-
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
18531853
<listitem>
18541854
<para>
18551855
When this parameter is on, the <productname>PostgreSQL</> server
@@ -2920,6 +2920,7 @@ include 'filename'
29202920
<variablelist>
29212921

29222922
<varlistentry id="guc-geqo" xreflabel="geqo">
2923+
<term><varname>geqo</varname> (<type>boolean</type>)</term>
29232924
<indexterm>
29242925
<primary>genetic query optimization</primary>
29252926
</indexterm>
@@ -2930,7 +2931,6 @@ include 'filename'
29302931
<indexterm>
29312932
<primary><varname>geqo</> configuration parameter</primary>
29322933
</indexterm>
2933-
<term><varname>geqo</varname> (<type>boolean</type>)</term>
29342934
<listitem>
29352935
<para>
29362936
Enables or disables genetic query optimization.
@@ -4972,14 +4972,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
49724972
</varlistentry>
49734973

49744974
<varlistentry id="guc-default-transaction-isolation" xreflabel="default_transaction_isolation">
4975+
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
49754976
<indexterm>
49764977
<primary>transaction isolation level</primary>
49774978
<secondary>setting default</secondary>
49784979
</indexterm>
49794980
<indexterm>
49804981
<primary><varname>default_transaction_isolation</> configuration parameter</primary>
49814982
</indexterm>
4982-
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
49834983
<listitem>
49844984
<para>
49854985
Each SQL transaction has an isolation level, which can be
@@ -4998,15 +4998,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
49984998
</varlistentry>
49994999

50005000
<varlistentry id="guc-default-transaction-read-only" xreflabel="default_transaction_read_only">
5001+
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
50015002
<indexterm>
50025003
<primary>read-only transaction</primary>
50035004
<secondary>setting default</secondary>
50045005
</indexterm>
50055006
<indexterm>
50065007
<primary><varname>default_transaction_read_only</> configuration parameter</primary>
50075008
</indexterm>
5008-
5009-
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
50105009
<listitem>
50115010
<para>
50125011
A read-only SQL transaction cannot alter non-temporary tables.
@@ -5021,15 +5020,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
50215020
</varlistentry>
50225021

50235022
<varlistentry id="guc-default-transaction-deferrable" xreflabel="default_transaction_deferrable">
5023+
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
50245024
<indexterm>
50255025
<primary>deferrable transaction</primary>
50265026
<secondary>setting default</secondary>
50275027
</indexterm>
50285028
<indexterm>
50295029
<primary><varname>default_transaction_deferrable</> configuration parameter</primary>
50305030
</indexterm>
5031-
5032-
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
50335031
<listitem>
50345032
<para>
50355033
When running at the <literal>serializable</> isolation level,
@@ -5347,6 +5345,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
53475345
</varlistentry>
53485346

53495347
<varlistentry id="guc-extra-float-digits" xreflabel="extra_float_digits">
5348+
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
53505349
<indexterm>
53515350
<primary>significant digits</primary>
53525351
</indexterm>
@@ -5357,8 +5356,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
53575356
<indexterm>
53585357
<primary><varname>extra_float_digits</> configuration parameter</primary>
53595358
</indexterm>
5360-
5361-
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
53625359
<listitem>
53635360
<para>
53645361
This parameter adjusts the number of digits displayed for
@@ -5634,6 +5631,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
56345631
<variablelist>
56355632

56365633
<varlistentry id="guc-deadlock-timeout" xreflabel="deadlock_timeout">
5634+
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
56375635
<indexterm>
56385636
<primary>deadlock</primary>
56395637
<secondary>timeout during</secondary>
@@ -5645,8 +5643,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
56455643
<indexterm>
56465644
<primary><varname>deadlock_timeout</> configuration parameter</primary>
56475645
</indexterm>
5648-
5649-
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
56505646
<listitem>
56515647
<para>
56525648
This is the amount of time, in milliseconds, to wait on a lock

‎doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,11 +2581,11 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
25812581
</varlistentry>
25822582

25832583
<varlistentry id="libpq-pg-diag-sqlstate">
2584+
<term><symbol>PG_DIAG_SQLSTATE</></term>
25842585
<indexterm>
25852586
<primary>error codes</primary>
25862587
<secondary>libpq</secondary>
25872588
</indexterm>
2588-
<term><symbol>PG_DIAG_SQLSTATE</></term>
25892589
<listitem>
25902590
<para>
25912591
The SQLSTATE code for the error. The SQLSTATE code identifies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp