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

Commit00298ad

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 parentf248206 commit00298ad

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
@@ -1592,10 +1592,10 @@ SET ENABLE_SEQSCAN TO OFF;
15921592
</varlistentry>
15931593

15941594
<varlistentry id="guc-fsync" xreflabel="fsync">
1595+
<term><varname>fsync</varname> (<type>boolean</type>)</term>
15951596
<indexterm>
15961597
<primary><varname>fsync</> configuration parameter</primary>
15971598
</indexterm>
1598-
<term><varname>fsync</varname> (<type>boolean</type>)</term>
15991599
<listitem>
16001600
<para>
16011601
If this parameter is on, the <productname>PostgreSQL</> server
@@ -1768,10 +1768,10 @@ SET ENABLE_SEQSCAN TO OFF;
17681768
</varlistentry>
17691769

17701770
<varlistentry id="guc-full-page-writes" xreflabel="full_page_writes">
1771+
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
17711772
<indexterm>
17721773
<primary><varname>full_page_writes</> configuration parameter</primary>
17731774
</indexterm>
1774-
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
17751775
<listitem>
17761776
<para>
17771777
When this parameter is on, the <productname>PostgreSQL</> server
@@ -2832,6 +2832,7 @@ SET ENABLE_SEQSCAN TO OFF;
28322832
<variablelist>
28332833

28342834
<varlistentry id="guc-geqo" xreflabel="geqo">
2835+
<term><varname>geqo</varname> (<type>boolean</type>)</term>
28352836
<indexterm>
28362837
<primary>genetic query optimization</primary>
28372838
</indexterm>
@@ -2842,7 +2843,6 @@ SET ENABLE_SEQSCAN TO OFF;
28422843
<indexterm>
28432844
<primary><varname>geqo</> configuration parameter</primary>
28442845
</indexterm>
2845-
<term><varname>geqo</varname> (<type>boolean</type>)</term>
28462846
<listitem>
28472847
<para>
28482848
Enables or disables genetic query optimization.
@@ -4884,14 +4884,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
48844884
</varlistentry>
48854885

48864886
<varlistentry id="guc-default-transaction-isolation" xreflabel="default_transaction_isolation">
4887+
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
48874888
<indexterm>
48884889
<primary>transaction isolation level</primary>
48894890
<secondary>setting default</secondary>
48904891
</indexterm>
48914892
<indexterm>
48924893
<primary><varname>default_transaction_isolation</> configuration parameter</primary>
48934894
</indexterm>
4894-
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
48954895
<listitem>
48964896
<para>
48974897
Each SQL transaction has an isolation level, which can be
@@ -4910,15 +4910,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
49104910
</varlistentry>
49114911

49124912
<varlistentry id="guc-default-transaction-read-only" xreflabel="default_transaction_read_only">
4913+
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
49134914
<indexterm>
49144915
<primary>read-only transaction</primary>
49154916
<secondary>setting default</secondary>
49164917
</indexterm>
49174918
<indexterm>
49184919
<primary><varname>default_transaction_read_only</> configuration parameter</primary>
49194920
</indexterm>
4920-
4921-
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
49224921
<listitem>
49234922
<para>
49244923
A read-only SQL transaction cannot alter non-temporary tables.
@@ -4933,15 +4932,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
49334932
</varlistentry>
49344933

49354934
<varlistentry id="guc-default-transaction-deferrable" xreflabel="default_transaction_deferrable">
4935+
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
49364936
<indexterm>
49374937
<primary>deferrable transaction</primary>
49384938
<secondary>setting default</secondary>
49394939
</indexterm>
49404940
<indexterm>
49414941
<primary><varname>default_transaction_deferrable</> configuration parameter</primary>
49424942
</indexterm>
4943-
4944-
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
49454943
<listitem>
49464944
<para>
49474945
When running at the <literal>serializable</> isolation level,
@@ -5225,6 +5223,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
52255223
</varlistentry>
52265224

52275225
<varlistentry id="guc-extra-float-digits" xreflabel="extra_float_digits">
5226+
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
52285227
<indexterm>
52295228
<primary>significant digits</primary>
52305229
</indexterm>
@@ -5235,8 +5234,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
52355234
<indexterm>
52365235
<primary><varname>extra_float_digits</> configuration parameter</primary>
52375236
</indexterm>
5238-
5239-
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
52405237
<listitem>
52415238
<para>
52425239
This parameter adjusts the number of digits displayed for
@@ -5512,6 +5509,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
55125509
<variablelist>
55135510

55145511
<varlistentry id="guc-deadlock-timeout" xreflabel="deadlock_timeout">
5512+
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
55155513
<indexterm>
55165514
<primary>deadlock</primary>
55175515
<secondary>timeout during</secondary>
@@ -5523,8 +5521,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
55235521
<indexterm>
55245522
<primary><varname>deadlock_timeout</> configuration parameter</primary>
55255523
</indexterm>
5526-
5527-
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
55285524
<listitem>
55295525
<para>
55305526
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
@@ -2554,11 +2554,11 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
25542554
</varlistentry>
25552555

25562556
<varlistentry id="libpq-pg-diag-sqlstate">
2557+
<term><symbol>PG_DIAG_SQLSTATE</></term>
25572558
<indexterm>
25582559
<primary>error codes</primary>
25592560
<secondary>libpq</secondary>
25602561
</indexterm>
2561-
<term><symbol>PG_DIAG_SQLSTATE</></term>
25622562
<listitem>
25632563
<para>
25642564
The SQLSTATE code for the error. The SQLSTATE code identifies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp