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

Commiteecd7c3

Browse files
committed
doc: Clean up title case use
Note: Following existing practice, titles of formalpara and step arenot titlecased.
1 parent121e3ce commiteecd7c3

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>Repairingcorruption</title>
322+
<title>RepairingCorruption</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 Connectionsare Established</title>
117+
<title>How ConnectionsAre 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 anon-exclusive low level backup</title>
829+
<title>Making aNon-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 anexclusive low level backup</title>
951+
<title>Making anExclusive 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>Backingup thedata directory</title>
1086+
<title>BackingUp theData 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>libccollations</title>
583+
<title>libcCollations</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>ICUcollations</title>
640+
<title>ICUCollations</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>libccollations</title>
716+
<title>libcCollations</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>ICUcollations</title>
740+
<title>ICUCollations</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>WhereTo Log</title>
5354+
<title>Whereto 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>WhenTo Log</title>
5798+
<title>Whento 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>WhatTo Log</title>
6014+
<title>Whatto 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>WritingA Custom Scan Provider</title>
4+
<title>Writinga 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>BuildingThe Documentation</title>
250+
<title>Buildingthe 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 Extensionsusing Update Scripts</title>
956+
<title>Installing ExtensionsUsing 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>WritingA Foreign Data Wrapper</title>
4+
<title>Writinga 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 RoutinesFor Scanning Foreign Tables</title>
99+
<title>FDW Routinesfor 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 RoutinesFor Scanning Foreign Joins</title>
289+
<title>FDW Routinesfor 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 RoutinesFor Planning Post-Scan/Join Processing</title>
351+
<title>FDW Routinesfor 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 RoutinesFor Updating Foreign Tables</title>
407+
<title>FDW Routinesfor 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 RoutinesFor Row Locking</title>
970+
<title>FDW Routinesfor 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 RoutinesFor <command>IMPORT FOREIGN SCHEMA</command></title>
1234+
<title>FDW Routinesfor <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 RoutinesFor reparameterization ofpaths</title>
1397+
<title>FDW Routinesfor Reparameterization ofPaths</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>Queriesare restricted to XPath 1.0</title>
203+
<title>QueriesAre 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 XMLdata types andvalues</title>
386+
<title>Mappings between SQL and XMLData Types andValues</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>Cannotpass named parameters toqueries</title>
463+
<title>CannotPass Named Parameters toQueries</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
@@ -5202,7 +5202,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', '\s*') AS foo;
52025202
</para>
52035203

52045204
<table id="posix-character-entry-escapes-table">
5205-
<title>Regular Expression Character-entry Escapes</title>
5205+
<title>Regular Expression Character-Entry Escapes</title>
52065206

52075207
<tgroup cols="2">
52085208
<thead>
@@ -5343,7 +5343,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', '\s*') AS foo;
53435343
</para>
53445344

53455345
<table id="posix-class-shorthand-escapes-table">
5346-
<title>Regular Expression Class-shorthand Escapes</title>
5346+
<title>Regular Expression Class-Shorthand Escapes</title>
53475347

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

55395539
<table id="posix-embedded-options-table">
5540-
<title>ARE Embedded-option Letters</title>
5540+
<title>ARE Embedded-Option Letters</title>
55415541

55425542
<tgroup cols="2">
55435543
<thead>
@@ -16395,7 +16395,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
1639516395
</sect2>
1639616396

1639716397
<sect2>
16398-
<title>Single-row Comparison</title>
16398+
<title>Single-Row Comparison</title>
1639916399

1640016400
<indexterm zone="functions-subquery">
1640116401
<primary>comparison</primary>
@@ -19306,7 +19306,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
1930619306
</para>
1930719307

1930819308
<table id="functions-commit-timestamp">
19309-
<title>Committedtransaction information</title>
19309+
<title>CommittedTransaction Information</title>
1931019310
<tgroup cols="3">
1931119311
<thead>
1931219312
<row><entry>Name</entry> <entry>Return Type</entry> <entry>Description</entry></row>
@@ -22321,7 +22321,7 @@ CREATE EVENT TRIGGER test_event_trigger_for_drops
2232122321
</para>
2232222322

2232322323
<table id="functions-event-trigger-table-rewrite">
22324-
<title>Table Rewriteinformation</title>
22324+
<title>Table RewriteInformation</title>
2232522325
<tgroup cols="3">
2232622326
<thead>
2232722327
<row><entry>Name</entry> <entry>Return Type</entry> <entry>Description</entry></row>
@@ -22389,7 +22389,7 @@ CREATE EVENT TRIGGER test_table_rewrite_oid
2238922389
</para>
2239022390

2239122391
<sect2 id="functions-statistics-mcv">
22392-
<title>Inspecting MCVlists</title>
22392+
<title>Inspecting MCVLists</title>
2239322393

2239422394
<indexterm>
2239522395
<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
@@ -960,7 +960,7 @@ my_fetch(PG_FUNCTION_ARGS)
960960
<title>Implementation</title>
961961

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp