Skip to content

Commit 8e929a4

Browse files
committed
doc: Clean up title case use
Note: Following existing practice, titles of formalpara and step are not titlecased.
1 parent db43831 commit 8e929a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+123
-122
lines changed

doc/src/sgml/amcheck.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ORDER BY c.relpages DESC LIMIT 10;
169169
</sect2>
170170

171171
<sect2>
172-
<title>Optional <parameter>heapallindexed</parameter> verification</title>
172+
<title>Optional <parameter>heapallindexed</parameter> Verification</title>
173173
<para>
174174
When the <parameter>heapallindexed</parameter> argument to
175175
verification functions is <literal>true</literal>, an additional
@@ -210,7 +210,7 @@ ORDER BY c.relpages DESC LIMIT 10;
210210
</sect2>
211211

212212
<sect2>
213-
<title>Using <filename>amcheck</filename> effectively</title>
213+
<title>Using <filename>amcheck</filename> Effectively</title>
214214

215215
<para>
216216
<filename>amcheck</filename> can be effective at detecting various types of
@@ -319,7 +319,7 @@ ORDER BY c.relpages DESC LIMIT 10;
319319

320320
</sect2>
321321
<sect2>
322-
<title>Repairing corruption</title>
322+
<title>Repairing Corruption</title>
323323
<para>
324324
No error concerning corruption raised by <filename>amcheck</filename> should
325325
ever be a false positive. <filename>amcheck</filename> raises

doc/src/sgml/arch-dev.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</sect1>
115115

116116
<sect1 id="connect-estab">
117-
<title>How Connections are Established</title>
117+
<title>How Connections Are Established</title>
118118

119119
<para>
120120
<productname>PostgreSQL</productname> is implemented using a

doc/src/sgml/backup.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,9 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 &amp;&amp; cp pg_wal/0
824824
way. The non-exclusive method is recommended and the exclusive one is
825825
deprecated and will eventually be removed.
826826
</para>
827+
827828
<sect3 id="backup-lowlevel-base-backup-nonexclusive">
828-
<title>Making a non-exclusive low level backup</title>
829+
<title>Making a Non-Exclusive Low-Level Backup</title>
829830
<para>
830831
A non-exclusive low level backup is one that allows other
831832
concurrent backups to be running (both those started using
@@ -947,7 +948,7 @@ SELECT * FROM pg_stop_backup(false, true);
947948
</para>
948949
</sect3>
949950
<sect3 id="backup-lowlevel-base-backup-exclusive">
950-
<title>Making an exclusive low level backup</title>
951+
<title>Making an Exclusive Low-Level Backup</title>
951952

952953
<note>
953954
<para>
@@ -1082,7 +1083,7 @@ SELECT pg_stop_backup();
10821083
</para>
10831084
</sect3>
10841085
<sect3 id="backup-lowlevel-base-backup-data">
1085-
<title>Backing up the data directory</title>
1086+
<title>Backing Up the Data Directory</title>
10861087
<para>
10871088
Some file system backup tools emit warnings or errors
10881089
if the files they are trying to copy change while the copy proceeds.

doc/src/sgml/charset.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
580580
</para>
581581

582582
<sect4>
583-
<title>libc collations</title>
583+
<title>libc Collations</title>
584584

585585
<para>
586586
For example, the operating system might
@@ -637,7 +637,7 @@ SELECT a COLLATE "C" &lt; b COLLATE "POSIX" FROM test1;
637637
</sect4>
638638

639639
<sect4>
640-
<title>ICU collations</title>
640+
<title>ICU Collations</title>
641641

642642
<para>
643643
With ICU, it is not sensible to enumerate all possible locale names. ICU
@@ -713,7 +713,7 @@ SELECT a COLLATE "C" &lt; b COLLATE "POSIX" FROM test1;
713713
</para>
714714

715715
<sect4>
716-
<title>libc collations</title>
716+
<title>libc Collations</title>
717717

718718
<para>
719719
New libc collations can be created like this:
@@ -737,7 +737,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
737737
</sect4>
738738

739739
<sect4>
740-
<title>ICU collations</title>
740+
<title>ICU Collations</title>
741741

742742
<para>
743743
ICU allows collations to be customized beyond the basic language+country

doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,7 @@ SELECT * FROM parent WHERE key = 2400;
53515351
</indexterm>
53525352

53535353
<sect2 id="runtime-config-logging-where">
5354-
<title>Where To Log</title>
5354+
<title>Where to Log</title>
53555355

53565356
<indexterm zone="runtime-config-logging-where">
53575357
<primary>where to log</primary>
@@ -5795,7 +5795,7 @@ local0.* /var/log/postgresql
57955795
</variablelist>
57965796
</sect2>
57975797
<sect2 id="runtime-config-logging-when">
5798-
<title>When To Log</title>
5798+
<title>When to Log</title>
57995799

58005800
<variablelist>
58015801

@@ -6011,7 +6011,7 @@ local0.* /var/log/postgresql
60116011

60126012
</sect2>
60136013
<sect2 id="runtime-config-logging-what">
6014-
<title>What To Log</title>
6014+
<title>What to Log</title>
60156015

60166016
<variablelist>
60176017

doc/src/sgml/custom-scan.sgml

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

33
<chapter id="custom-scan">
4-
<title>Writing A Custom Scan Provider</title>
4+
<title>Writing a Custom Scan Provider</title>
55

66
<indexterm zone="custom-scan">
77
<primary>custom scan provider</primary>

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/docguide.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ checking for fop... fop
247247
</sect1>
248248

249249
<sect1 id="docguide-build">
250-
<title>Building The Documentation</title>
250+
<title>Building the Documentation</title>
251251

252252
<para>
253253
Once you have everything set up, change to the directory

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
@@ -60,7 +60,7 @@
6060
</para>
6161

6262
<table id="earthdistance-cube-functions">
63-
<title>Cube-based Earthdistance Functions</title>
63+
<title>Cube-Based Earthdistance Functions</title>
6464
<tgroup cols="3">
6565
<thead>
6666
<row>
@@ -137,7 +137,7 @@
137137
</sect2>
138138

139139
<sect2>
140-
<title>Point-based Earth Distances</title>
140+
<title>Point-Based Earth Distances</title>
141141

142142
<para>
143143
The second part of the module relies on representing Earth locations as
@@ -154,7 +154,7 @@
154154
</para>
155155

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

doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ while (1)
17201720
</sect3>
17211721

17221722
<sect3>
1723-
<title>User-defined Base Types</title>
1723+
<title>User-Defined Base Types</title>
17241724

17251725
<para>
17261726
New user-defined base types are not directly supported by ECPG.

doc/src/sgml/extend.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ SELECT * FROM pg_extension_update_paths('<replaceable>extension_name</replaceabl
953953
</sect2>
954954

955955
<sect2>
956-
<title>Installing Extensions using Update Scripts</title>
956+
<title>Installing Extensions Using Update Scripts</title>
957957

958958
<para>
959959
An extension that has been around for awhile will probably exist in

doc/src/sgml/fdwhandler.sgml

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

33
<chapter id="fdwhandler">
4-
<title>Writing A Foreign Data Wrapper</title>
4+
<title>Writing a Foreign Data Wrapper</title>
55

66
<indexterm zone="fdwhandler">
77
<primary>foreign data wrapper</primary>
@@ -96,7 +96,7 @@
9696
</para>
9797

9898
<sect2 id="fdw-callbacks-scan">
99-
<title>FDW Routines For Scanning Foreign Tables</title>
99+
<title>FDW Routines for Scanning Foreign Tables</title>
100100

101101
<para>
102102
<programlisting>
@@ -286,7 +286,7 @@ EndForeignScan(ForeignScanState *node);
286286
</sect2>
287287

288288
<sect2 id="fdw-callbacks-join-scan">
289-
<title>FDW Routines For Scanning Foreign Joins</title>
289+
<title>FDW Routines for Scanning Foreign Joins</title>
290290

291291
<para>
292292
If an FDW supports performing foreign joins remotely (rather than
@@ -348,7 +348,7 @@ GetForeignJoinPaths(PlannerInfo *root,
348348
</sect2>
349349

350350
<sect2 id="fdw-callbacks-upper-planning">
351-
<title>FDW Routines For Planning Post-Scan/Join Processing</title>
351+
<title>FDW Routines for Planning Post-Scan/Join Processing</title>
352352

353353
<para>
354354
If an FDW supports performing remote post-scan/join processing, such as
@@ -404,7 +404,7 @@ GetForeignUpperPaths(PlannerInfo *root,
404404
</sect2>
405405

406406
<sect2 id="fdw-callbacks-update">
407-
<title>FDW Routines For Updating Foreign Tables</title>
407+
<title>FDW Routines for Updating Foreign Tables</title>
408408

409409
<para>
410410
If an FDW supports writable foreign tables, it should provide
@@ -967,7 +967,7 @@ EndDirectModify(ForeignScanState *node);
967967
</sect2>
968968

969969
<sect2 id="fdw-callbacks-row-locking">
970-
<title>FDW Routines For Row Locking</title>
970+
<title>FDW Routines for Row Locking</title>
971971

972972
<para>
973973
If an FDW wishes to support <firstterm>late row locking</firstterm> (as described
@@ -1231,7 +1231,7 @@ AcquireSampleRowsFunc(Relation relation,
12311231
</sect2>
12321232

12331233
<sect2 id="fdw-callbacks-import">
1234-
<title>FDW Routines For <command>IMPORT FOREIGN SCHEMA</command></title>
1234+
<title>FDW Routines for <command>IMPORT FOREIGN SCHEMA</command></title>
12351235

12361236
<para>
12371237
<programlisting>
@@ -1394,7 +1394,7 @@ ShutdownForeignScan(ForeignScanState *node);
13941394
</sect2>
13951395

13961396
<sect2 id="fdw-callbacks-reparameterize-paths">
1397-
<title>FDW Routines For reparameterization of paths</title>
1397+
<title>FDW Routines for Reparameterization of Paths</title>
13981398

13991399
<para>
14001400
<programlisting>

doc/src/sgml/features.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
</para>
201201

202202
<sect2 id="functions-xml-limits-xpath1">
203-
<title>Queries are restricted to XPath 1.0</title>
203+
<title>Queries Are Restricted to XPath 1.0</title>
204204

205205
<para>
206206
The <productname>PostgreSQL</productname>-specific functions
@@ -383,7 +383,7 @@
383383
</sect3>
384384

385385
<sect3 id="functions-xml-limits-casts">
386-
<title>Mappings between SQL and XML data types and values</title>
386+
<title>Mappings between SQL and XML Data Types and Values</title>
387387

388388
<para>
389389
In SQL:2006 and later, both directions of conversion between standard SQL
@@ -424,7 +424,7 @@
424424
</para>
425425

426426
<sect3>
427-
<title>Only <literal>BY VALUE</literal> passing mechanism is supported</title>
427+
<title>Only <literal>BY VALUE</literal> Passing Mechanism Is Supported</title>
428428

429429
<para>
430430
The SQL standard defines two <firstterm>passing mechanisms</firstterm>
@@ -460,7 +460,7 @@ SELECT XMLQUERY('$a is $b' PASSING BY VALUE <replaceable>x</replaceable> AS a, <
460460
</sect3>
461461

462462
<sect3>
463-
<title>Cannot pass named parameters to queries</title>
463+
<title>Cannot Pass Named Parameters to Queries</title>
464464

465465
<para>
466466
The XPath-based functions support passing one parameter to serve as the
@@ -470,7 +470,7 @@ SELECT XMLQUERY('$a is $b' PASSING BY VALUE <replaceable>x</replaceable> AS a, <
470470
</sect3>
471471

472472
<sect3>
473-
<title>No <type>XML(SEQUENCE)</type> type</title>
473+
<title>No <type>XML(SEQUENCE)</type> Type</title>
474474

475475
<para>
476476
The <productname>PostgreSQL</productname> <type>xml</type> data type

doc/src/sgml/func.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5206,7 +5206,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', '\s*') AS foo;
52065206
</para>
52075207

52085208
<table id="posix-character-entry-escapes-table">
5209-
<title>Regular Expression Character-entry Escapes</title>
5209+
<title>Regular Expression Character-Entry Escapes</title>
52105210

52115211
<tgroup cols="2">
52125212
<thead>
@@ -5347,7 +5347,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', '\s*') AS foo;
53475347
</para>
53485348

53495349
<table id="posix-class-shorthand-escapes-table">
5350-
<title>Regular Expression Class-shorthand Escapes</title>
5350+
<title>Regular Expression Class-Shorthand Escapes</title>
53515351

53525352
<tgroup cols="2">
53535353
<thead>
@@ -5541,7 +5541,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', '\s*') AS foo;
55415541
</para>
55425542

55435543
<table id="posix-embedded-options-table">
5544-
<title>ARE Embedded-option Letters</title>
5544+
<title>ARE Embedded-Option Letters</title>
55455545

55465546
<tgroup cols="2">
55475547
<thead>
@@ -16425,7 +16425,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1642516425
</sect2>
1642616426

1642716427
<sect2>
16428-
<title>Single-row Comparison</title>
16428+
<title>Single-Row Comparison</title>
1642916429

1643016430
<indexterm zone="functions-subquery">
1643116431
<primary>comparison</primary>
@@ -19336,7 +19336,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
1933619336
</para>
1933719337

1933819338
<table id="functions-commit-timestamp">
19339-
<title>Committed transaction information</title>
19339+
<title>Committed Transaction Information</title>
1934019340
<tgroup cols="3">
1934119341
<thead>
1934219342
<row><entry>Name</entry> <entry>Return Type</entry> <entry>Description</entry></row>
@@ -22351,7 +22351,7 @@ CREATE EVENT TRIGGER test_event_trigger_for_drops
2235122351
</para>
2235222352

2235322353
<table id="functions-event-trigger-table-rewrite">
22354-
<title>Table Rewrite information</title>
22354+
<title>Table Rewrite Information</title>
2235522355
<tgroup cols="3">
2235622356
<thead>
2235722357
<row><entry>Name</entry> <entry>Return Type</entry> <entry>Description</entry></row>
@@ -22419,7 +22419,7 @@ CREATE EVENT TRIGGER test_table_rewrite_oid
2241922419
</para>
2242022420

2242122421
<sect2 id="functions-statistics-mcv">
22422-
<title>Inspecting MCV lists</title>
22422+
<title>Inspecting MCV Lists</title>
2242322423

2242422424
<indexterm>
2242522425
<primary>pg_mcv_list_items</primary>

doc/src/sgml/gist.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ my_fetch(PG_FUNCTION_ARGS)
961961
<title>Implementation</title>
962962

963963
<sect2 id="gist-buffering-build">
964-
<title>GiST buffering build</title>
964+
<title>GiST Buffering Build</title>
965965
<para>
966966
Building large GiST indexes by simply inserting all the tuples tends to be
967967
slow, because if the index tuples are scattered across the index and the

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy