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

Commit7a9670b

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 parent4400976 commit7a9670b

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
@@ -1457,10 +1457,10 @@ SET ENABLE_SEQSCAN TO OFF;
14571457
</varlistentry>
14581458

14591459
<varlistentry id="guc-fsync" xreflabel="fsync">
1460+
<term><varname>fsync</varname> (<type>boolean</type>)</term>
14601461
<indexterm>
14611462
<primary><varname>fsync</> configuration parameter</primary>
14621463
</indexterm>
1463-
<term><varname>fsync</varname> (<type>boolean</type>)</term>
14641464
<listitem>
14651465
<para>
14661466
If this parameter is on, the <productname>PostgreSQL</> server
@@ -1614,10 +1614,10 @@ SET ENABLE_SEQSCAN TO OFF;
16141614
</varlistentry>
16151615

16161616
<varlistentry id="guc-full-page-writes" xreflabel="full_page_writes">
1617+
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
16171618
<indexterm>
16181619
<primary><varname>full_page_writes</> configuration parameter</primary>
16191620
</indexterm>
1620-
<term><varname>full_page_writes</varname> (<type>boolean</type>)</term>
16211621
<listitem>
16221622
<para>
16231623
When this parameter is on, the <productname>PostgreSQL</> server
@@ -2636,6 +2636,7 @@ SET ENABLE_SEQSCAN TO OFF;
26362636
<variablelist>
26372637

26382638
<varlistentry id="guc-geqo" xreflabel="geqo">
2639+
<term><varname>geqo</varname> (<type>boolean</type>)</term>
26392640
<indexterm>
26402641
<primary>genetic query optimization</primary>
26412642
</indexterm>
@@ -2646,7 +2647,6 @@ SET ENABLE_SEQSCAN TO OFF;
26462647
<indexterm>
26472648
<primary><varname>geqo</> configuration parameter</primary>
26482649
</indexterm>
2649-
<term><varname>geqo</varname> (<type>boolean</type>)</term>
26502650
<listitem>
26512651
<para>
26522652
Enables or disables genetic query optimization.
@@ -4665,14 +4665,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
46654665
</varlistentry>
46664666

46674667
<varlistentry id="guc-default-transaction-isolation" xreflabel="default_transaction_isolation">
4668+
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
46684669
<indexterm>
46694670
<primary>transaction isolation level</primary>
46704671
<secondary>setting default</secondary>
46714672
</indexterm>
46724673
<indexterm>
46734674
<primary><varname>default_transaction_isolation</> configuration parameter</primary>
46744675
</indexterm>
4675-
<term><varname>default_transaction_isolation</varname> (<type>enum</type>)</term>
46764676
<listitem>
46774677
<para>
46784678
Each SQL transaction has an isolation level, which can be
@@ -4691,15 +4691,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
46914691
</varlistentry>
46924692

46934693
<varlistentry id="guc-default-transaction-read-only" xreflabel="default_transaction_read_only">
4694+
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
46944695
<indexterm>
46954696
<primary>read-only transaction</primary>
46964697
<secondary>setting default</secondary>
46974698
</indexterm>
46984699
<indexterm>
46994700
<primary><varname>default_transaction_read_only</> configuration parameter</primary>
47004701
</indexterm>
4701-
4702-
<term><varname>default_transaction_read_only</varname> (<type>boolean</type>)</term>
47034702
<listitem>
47044703
<para>
47054704
A read-only SQL transaction cannot alter non-temporary tables.
@@ -4714,15 +4713,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
47144713
</varlistentry>
47154714

47164715
<varlistentry id="guc-default-transaction-deferrable" xreflabel="default_transaction_deferrable">
4716+
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
47174717
<indexterm>
47184718
<primary>deferrable transaction</primary>
47194719
<secondary>setting default</secondary>
47204720
</indexterm>
47214721
<indexterm>
47224722
<primary><varname>default_transaction_deferrable</> configuration parameter</primary>
47234723
</indexterm>
4724-
4725-
<term><varname>default_transaction_deferrable</varname> (<type>boolean</type>)</term>
47264724
<listitem>
47274725
<para>
47284726
When running at the <literal>serializable</> isolation level,
@@ -5005,6 +5003,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
50055003
</varlistentry>
50065004

50075005
<varlistentry id="guc-extra-float-digits" xreflabel="extra_float_digits">
5006+
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
50085007
<indexterm>
50095008
<primary>significant digits</primary>
50105009
</indexterm>
@@ -5015,8 +5014,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
50155014
<indexterm>
50165015
<primary><varname>extra_float_digits</> configuration parameter</primary>
50175016
</indexterm>
5018-
5019-
<term><varname>extra_float_digits</varname> (<type>integer</type>)</term>
50205017
<listitem>
50215018
<para>
50225019
This parameter adjusts the number of digits displayed for
@@ -5292,6 +5289,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
52925289
<variablelist>
52935290

52945291
<varlistentry id="guc-deadlock-timeout" xreflabel="deadlock_timeout">
5292+
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
52955293
<indexterm>
52965294
<primary>deadlock</primary>
52975295
<secondary>timeout during</secondary>
@@ -5303,8 +5301,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
53035301
<indexterm>
53045302
<primary><varname>deadlock_timeout</> configuration parameter</primary>
53055303
</indexterm>
5306-
5307-
<term><varname>deadlock_timeout</varname> (<type>integer</type>)</term>
53085304
<listitem>
53095305
<para>
53105306
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
@@ -2393,11 +2393,11 @@ char *PQresultErrorField(const PGresult *res, int fieldcode);
23932393
</varlistentry>
23942394

23952395
<varlistentry id="libpq-pg-diag-sqlstate">
2396+
<term><symbol>PG_DIAG_SQLSTATE</></term>
23962397
<indexterm>
23972398
<primary>error codes</primary>
23982399
<secondary>libpq</secondary>
23992400
</indexterm>
2400-
<term><symbol>PG_DIAG_SQLSTATE</></term>
24012401
<listitem>
24022402
<para>
24032403
The SQLSTATE code for the error. The SQLSTATE code identifies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp