Skip to content

Commit eecd7c3

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

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.

0 commit comments

Comments
 (0)