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

Commitd56d246

Browse files
committed
Properly capitalize hyphenated words in documentation titles.
1 parent7106f74 commitd56d246

23 files changed

+36
-36
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ tar -cf backup.tar /usr/local/pgsql/data
428428
</sect1>
429429

430430
<sect1 id="continuous-archiving">
431-
<title>Continuous Archiving and Point-In-Time Recovery (PITR)</title>
431+
<title>Continuous Archiving and Point-in-Time Recovery (PITR)</title>
432432

433433
<indexterm zone="backup">
434434
<primary>continuous archiving</primary>

‎doc/src/sgml/biblio.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</bibliodiv>
165165

166166
<bibliodiv>
167-
<title>PostgreSQL-Specific Documentation</title>
167+
<title>PostgreSQL-specific Documentation</title>
168168
<para>This section is for related documentation.</para>
169169

170170
<biblioentry id="SIM98">

‎doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ omicron bryanh guest1
11981198
</sect2>
11991199

12001200
<sect2 id="auth-ident">
1201-
<title>Ident-Based Authentication</title>
1201+
<title>Ident-based Authentication</title>
12021202

12031203
<indexterm>
12041204
<primary>ident</primary>

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ SET ENABLE_SEQSCAN TO OFF;
11081108
</sect2>
11091109

11101110
<sect2 id="runtime-config-resource-vacuum-cost">
1111-
<title>Cost-Based Vacuum Delay</title>
1111+
<title>Cost-based Vacuum Delay</title>
11121112

11131113
<para>
11141114
During the execution of <xref linkend="sql-vacuum">
@@ -3864,7 +3864,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
38643864
</sect1>
38653865

38663866
<sect1 id="runtime-config-statistics">
3867-
<title>Run-Time Statistics</title>
3867+
<title>Run-time Statistics</title>
38683868

38693869
<sect2 id="runtime-config-statistics-collector">
38703870
<title>Query and Index Statistics Collector</title>

‎doc/src/sgml/dfunc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- doc/src/sgml/dfunc.sgml -->
22

33
<sect2 id="dfunc">
4-
<title>Compiling and Linking Dynamically-Loaded Functions</title>
4+
<title>Compiling and Linking Dynamically-loaded Functions</title>
55

66
<para>
77
Before you are able to use your

‎doc/src/sgml/earthdistance.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</para>
2525

2626
<sect2>
27-
<title>Cube-Based Earth Distances</title>
27+
<title>Cube-based Earth Distances</title>
2828

2929
<para>
3030
Data is stored in cubes that are points (both corners are the same) using 3
@@ -59,7 +59,7 @@
5959
</para>
6060

6161
<table id="earthdistance-cube-functions">
62-
<title>Cube-Based Earthdistance Functions</title>
62+
<title>Cube-based Earthdistance Functions</title>
6363
<tgroup cols="3">
6464
<thead>
6565
<row>
@@ -136,7 +136,7 @@
136136
</sect2>
137137

138138
<sect2>
139-
<title>Point-Based Earth Distances</title>
139+
<title>Point-based Earth Distances</title>
140140

141141
<para>
142142
The second part of the module relies on representing Earth locations as
@@ -152,7 +152,7 @@
152152
</para>
153153

154154
<table id="earthdistance-point-operators">
155-
<title>Point-Based Earthdistance Operators</title>
155+
<title>Point-based Earthdistance Operators</title>
156156
<tgroup cols="3">
157157
<thead>
158158
<row>

‎doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ while (1)
16241624
</sect3>
16251625

16261626
<sect3>
1627-
<title>User-Defined Base Types</title>
1627+
<title>User-defined Base Types</title>
16281628

16291629
<para>
16301630
New user-defined base types are not directly supported by ECPG.
@@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE;
79317931
</sect2>
79327932

79337933
<sect2 id="ecpg-informix-sqlda">
7934-
<title>Informix-Compatible SQLDA Descriptor Areas</title>
7934+
<title>Informix-compatible SQLDA Descriptor Areas</title>
79357935
<para>
79367936
Informix-compatible mode supports a different structure than the one described in
79377937
<xref linkend="ecpg-sqlda-descriptors">. See below:

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4350,7 +4350,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
43504350
</note>
43514351

43524352
<table id="posix-character-entry-escapes-table">
4353-
<title>Regular Expression Character-Entry Escapes</title>
4353+
<title>Regular Expression Character-entry Escapes</title>
43544354

43554355
<tgroup cols="2">
43564356
<thead>
@@ -4478,7 +4478,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
44784478
</para>
44794479

44804480
<table id="posix-class-shorthand-escapes-table">
4481-
<title>Regular Expression Class-Shorthand Escapes</title>
4481+
<title>Regular Expression Class-shorthand Escapes</title>
44824482

44834483
<tgroup cols="2">
44844484
<thead>
@@ -4672,7 +4672,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
46724672
</para>
46734673

46744674
<table id="posix-embedded-options-table">
4675-
<title>ARE Embedded-Option Letters</title>
4675+
<title>ARE Embedded-option Letters</title>
46764676

46774677
<tgroup cols="2">
46784678
<thead>

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
15241524
</para>
15251525

15261526
<formalpara>
1527-
<title>Client-Only installation:</title>
1527+
<title>Client-only installation:</title>
15281528
<para>
15291529
If you want to install only the client applications and
15301530
interface libraries, then you can use these commands:
@@ -1951,7 +1951,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
19511951
</sect1>
19521952

19531953
<sect1 id="installation-platform-notes">
1954-
<title>Platform-Specific Notes</title>
1954+
<title>Platform-specific Notes</title>
19551955

19561956
<para>
19571957
This section documents additional platform-specific issues

‎doc/src/sgml/lobj.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
407407
</sect1>
408408

409409
<sect1 id="lo-funcs">
410-
<title>Server-Side Functions</title>
410+
<title>Server-side Functions</title>
411411

412412
<para>
413413
There are server-side functions callable from SQL that correspond to

‎doc/src/sgml/mvcc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
546546
</para>
547547

548548
<sect2 id="locking-tables">
549-
<title>Table-Level Locks</title>
549+
<title>Table-level Locks</title>
550550

551551
<indexterm zone="locking-tables">
552552
<primary>LOCK</primary>
@@ -892,7 +892,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
892892
</sect2>
893893

894894
<sect2 id="locking-rows">
895-
<title>Row-Level Locks</title>
895+
<title>Row-level Locks</title>
896896

897897
<para>
898898
In addition to table-level locks, there are row-level locks, which

‎doc/src/sgml/nls.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ fprintf(stderr, gettext("panic level %d\n"), lvl);
440440
</sect2>
441441

442442
<sect2 id="nls-guidelines">
443-
<title>Message-Writing Guidelines</title>
443+
<title>Message-writing Guidelines</title>
444444

445445
<para>
446446
Here are some guidelines for writing messages that are easily

‎doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ PERFORM create_mv('cs_session_page_requests_mv', my_query);
874874
</sect2>
875875

876876
<sect2 id="plpgsql-statements-sql-onerow">
877-
<title>Executing a Query with a Single-Row Result</title>
877+
<title>Executing a Query with a Single-row Result</title>
878878

879879
<indexterm zone="plpgsql-statements-sql-onerow">
880880
<primary>SELECT INTO</primary>

‎doc/src/sgml/plpython.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ $$ LANGUAGE plpythonu;
596596
</sect2>
597597

598598
<sect2>
599-
<title>Set-Returning Functions</title>
599+
<title>Set-returning Functions</title>
600600
<para>
601601
A <application>PL/Python</application> function can also return sets of
602602
scalar or composite types. There are several ways to achieve this because

‎doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
</para>
211211

212212
<sect2>
213-
<title>Start-Up</title>
213+
<title>Start-up</title>
214214

215215
<para>
216216
To begin a session, a frontend opens a connection to the server and sends

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type (
13691369
</refsect2>
13701370

13711371
<refsect2>
1372-
<title>Zero-Column Tables</title>
1372+
<title>Zero-column Tables</title>
13731373

13741374
<para>
13751375
<productname>PostgreSQL</productname> allows a table of no columns

‎doc/src/sgml/release-9.1.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
</itemizedlist>
409409
</sect3>
410410
<sect3>
411-
<title>Built-In Functions</title>
411+
<title>Built-in Functions</title>
412412
<itemizedlist>
413413

414414
<listitem>

‎doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
20992099
</sect2>
21002100

21012101
<sect2 id="ssl-certificate-creation">
2102-
<title>Creating a Self-Signed Certificate</title>
2102+
<title>Creating a Self-signed Certificate</title>
21032103

21042104
<para>
21052105
To create a quick self-signed certificate for the server, use the

‎doc/src/sgml/syntax.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ SELECT 'foo' 'bar';
330330
</sect3>
331331

332332
<sect3 id="sql-syntax-strings-escape">
333-
<title>String Constants with C-Style Escapes</title>
333+
<title>String Constants with C-style Escapes</title>
334334

335335
<indexterm zone="sql-syntax-strings-escape">
336336
<primary>escape string syntax</primary>
@@ -551,7 +551,7 @@ U&amp;'d!0061t!+000061' UESCAPE '!'
551551
</sect3>
552552

553553
<sect3 id="sql-syntax-dollar-quoting">
554-
<title>Dollar-Quoted String Constants</title>
554+
<title>Dollar-quoted String Constants</title>
555555

556556
<indexterm>
557557
<primary>dollar quoting</primary>
@@ -631,7 +631,7 @@ $function$
631631
</sect3>
632632

633633
<sect3 id="sql-syntax-bit-strings">
634-
<title>Bit-String Constants</title>
634+
<title>Bit-string Constants</title>
635635

636636
<indexterm zone="sql-syntax-bit-strings">
637637
<primary>bit string</primary>

‎doc/src/sgml/xaggr.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- doc/src/sgml/xaggr.sgml -->
22

33
<sect1 id="xaggr">
4-
<title>User-Defined Aggregates</title>
4+
<title>User-defined Aggregates</title>
55

66
<indexterm zone="xaggr">
77
<primary>aggregate function</primary>

‎doc/src/sgml/xfunc.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- doc/src/sgml/xfunc.sgml -->
22

33
<sect1 id="xfunc">
4-
<title>User-Defined Functions</title>
4+
<title>User-defined Functions</title>
55

66
<indexterm zone="xfunc">
77
<primary>function</primary>
@@ -1754,7 +1754,7 @@ memcpy(destination->data, buffer, 40);
17541754
</para>
17551755

17561756
<table tocentry="1" id="xfunc-c-type-table">
1757-
<title>Equivalent C Types for Built-In SQL Types</title>
1757+
<title>Equivalent C Types for Built-in SQL Types</title>
17581758
<tgroup cols="3">
17591759
<thead>
17601760
<row>
@@ -2660,7 +2660,7 @@ include $(PGXS)
26602660

26612661

26622662
<sect2>
2663-
<title>Composite-Type Arguments</title>
2663+
<title>Composite-type Arguments</title>
26642664

26652665
<para>
26662666
Composite types do not have a fixed layout like C structures.

‎doc/src/sgml/xoper.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- doc/src/sgml/xoper.sgml -->
22

33
<sect1 id="xoper">
4-
<title>User-Defined Operators</title>
4+
<title>User-defined Operators</title>
55

66
<indexterm zone="xoper">
77
<primary>operator</primary>

‎doc/src/sgml/xtypes.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- doc/src/sgml/xtypes.sgml -->
22

33
<sect1 id="xtypes">
4-
<title>User-Defined Types</title>
4+
<title>User-defined Types</title>
55

66
<indexterm zone="xtypes">
77
<primary>data type</primary>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp