From d56d246e70184692408cd6a444e6824ae8491587 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 1 Feb 2011 17:00:26 -0500 Subject: [PATCH] Properly capitalize hyphenated words in documentation titles. --- doc/src/sgml/backup.sgml | 2 +- doc/src/sgml/biblio.sgml | 2 +- doc/src/sgml/client-auth.sgml | 2 +- doc/src/sgml/config.sgml | 4 ++-- doc/src/sgml/dfunc.sgml | 2 +- doc/src/sgml/earthdistance.sgml | 8 ++++---- doc/src/sgml/ecpg.sgml | 4 ++-- doc/src/sgml/func.sgml | 6 +++--- doc/src/sgml/installation.sgml | 4 ++-- doc/src/sgml/lobj.sgml | 2 +- doc/src/sgml/mvcc.sgml | 4 ++-- doc/src/sgml/nls.sgml | 2 +- doc/src/sgml/plpgsql.sgml | 2 +- doc/src/sgml/plpython.sgml | 2 +- doc/src/sgml/protocol.sgml | 2 +- doc/src/sgml/ref/create_table.sgml | 2 +- doc/src/sgml/release-9.1.sgml | 2 +- doc/src/sgml/runtime.sgml | 2 +- doc/src/sgml/syntax.sgml | 6 +++--- doc/src/sgml/xaggr.sgml | 2 +- doc/src/sgml/xfunc.sgml | 6 +++--- doc/src/sgml/xoper.sgml | 2 +- doc/src/sgml/xtypes.sgml | 2 +- 23 files changed, 36 insertions(+), 36 deletions(-) diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index a461b0ac46a..dcbb2c86e24 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -428,7 +428,7 @@ tar -cf backup.tar /usr/local/pgsql/data - Continuous Archiving and Point-In-Time Recovery (PITR) + Continuous Archiving and Point-in-Time Recovery (PITR) continuous archiving diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index edc59bdbb6a..e2cd69d2781 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -164,7 +164,7 @@ - PostgreSQL-Specific Documentation + PostgreSQL-specific Documentation This section is for related documentation. diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index f2f3a66ec9d..a7bb2cd9fe5 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1198,7 +1198,7 @@ omicron bryanh guest1 - Ident-Based Authentication + Ident-based Authentication ident diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 141430c56d2..9e08c5addd0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1108,7 +1108,7 @@ SET ENABLE_SEQSCAN TO OFF; - Cost-Based Vacuum Delay + Cost-based Vacuum Delay During the execution of @@ -3864,7 +3864,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - Run-Time Statistics + Run-time Statistics Query and Index Statistics Collector diff --git a/doc/src/sgml/dfunc.sgml b/doc/src/sgml/dfunc.sgml index 155207bd3e4..bc29fb18cb0 100644 --- a/doc/src/sgml/dfunc.sgml +++ b/doc/src/sgml/dfunc.sgml @@ -1,7 +1,7 @@ - Compiling and Linking Dynamically-Loaded Functions + Compiling and Linking Dynamically-loaded Functions Before you are able to use your diff --git a/doc/src/sgml/earthdistance.sgml b/doc/src/sgml/earthdistance.sgml index 2b753da31d9..b43907615a8 100644 --- a/doc/src/sgml/earthdistance.sgml +++ b/doc/src/sgml/earthdistance.sgml @@ -24,7 +24,7 @@ - Cube-Based Earth Distances + Cube-based Earth Distances Data is stored in cubes that are points (both corners are the same) using 3 @@ -59,7 +59,7 @@ - Cube-Based Earthdistance Functions + Cube-based Earthdistance Functions @@ -136,7 +136,7 @@ - Point-Based Earth Distances + Point-based Earth Distances The second part of the module relies on representing Earth locations as @@ -152,7 +152,7 @@
- Point-Based Earthdistance Operators + Point-based Earthdistance Operators diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 37bc43f49a7..157daff6176 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1624,7 +1624,7 @@ while (1) - User-Defined Base Types + User-defined Base Types New user-defined base types are not directly supported by ECPG. @@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE; - Informix-Compatible SQLDA Descriptor Areas + Informix-compatible SQLDA Descriptor Areas Informix-compatible mode supports a different structure than the one described in . See below: diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ed2039c1cae..28ee62a1de4 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -4350,7 +4350,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
- Regular Expression Character-Entry Escapes + Regular Expression Character-entry Escapes @@ -4478,7 +4478,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
- Regular Expression Class-Shorthand Escapes + Regular Expression Class-shorthand Escapes @@ -4672,7 +4672,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
- ARE Embedded-Option Letters + ARE Embedded-option Letters diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index aa2c4a63025..f1386b7b5d4 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1524,7 +1524,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install. - Client-Only installation: + Client-only installation: If you want to install only the client applications and interface libraries, then you can use these commands: @@ -1951,7 +1951,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` - Platform-Specific Notes + Platform-specific Notes This section documents additional platform-specific issues diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index 46c627b4f4f..eebc0d6aca1 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -407,7 +407,7 @@ int lo_unlink(PGconn *conn, Oid lobjId); -Server-Side Functions +Server-side Functions There are server-side functions callable from SQL that correspond to diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 734bb48634f..152b7466b8b 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -546,7 +546,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2; - Table-Level Locks + Table-level Locks LOCK @@ -892,7 +892,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2; - Row-Level Locks + Row-level Locks In addition to table-level locks, there are row-level locks, which diff --git a/doc/src/sgml/nls.sgml b/doc/src/sgml/nls.sgml index f92d5893a1a..778bb4b044c 100644 --- a/doc/src/sgml/nls.sgml +++ b/doc/src/sgml/nls.sgml @@ -440,7 +440,7 @@ fprintf(stderr, gettext("panic level %d\n"), lvl); - Message-Writing Guidelines + Message-writing Guidelines Here are some guidelines for writing messages that are easily diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 0a0f904e227..a2601e6bc89 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -874,7 +874,7 @@ PERFORM create_mv('cs_session_page_requests_mv', my_query); - Executing a Query with a Single-Row Result + Executing a Query with a Single-row Result SELECT INTO diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 9fc8808776c..befd6afb15e 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -596,7 +596,7 @@ $$ LANGUAGE plpythonu; - Set-Returning Functions + Set-returning Functions A PL/Python function can also return sets of scalar or composite types. There are several ways to achieve this because diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 0775b7a8f4e..73c05edacb4 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -210,7 +210,7 @@ - Start-Up + Start-up To begin a session, a frontend opens a connection to the server and sends diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index c1cfee5d692..5bffe303364 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type ( - Zero-Column Tables + Zero-column Tables PostgreSQL allows a table of no columns diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index c6c0e1b5f6f..6c201b61e6a 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -408,7 +408,7 @@ - Built-In Functions + Built-in Functions diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 226d616a768..5161c8c5f00 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2099,7 +2099,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 - Creating a Self-Signed Certificate + Creating a Self-signed Certificate To create a quick self-signed certificate for the server, use the diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 482e08a031b..004205f1265 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -330,7 +330,7 @@ SELECT 'foo' 'bar'; - String Constants with C-Style Escapes + String Constants with C-style Escapes escape string syntax @@ -551,7 +551,7 @@ U&'d!0061t!+000061' UESCAPE '!' - Dollar-Quoted String Constants + Dollar-quoted String Constants dollar quoting @@ -631,7 +631,7 @@ $function$ - Bit-String Constants + Bit-string Constants bit string diff --git a/doc/src/sgml/xaggr.sgml b/doc/src/sgml/xaggr.sgml index 2dce97fe304..c9b9b56a0c9 100644 --- a/doc/src/sgml/xaggr.sgml +++ b/doc/src/sgml/xaggr.sgml @@ -1,7 +1,7 @@ - User-Defined Aggregates + User-defined Aggregates aggregate function diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 25e577331a7..4ad50ec0cb5 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,7 +1,7 @@ - User-Defined Functions + User-defined Functions function @@ -1754,7 +1754,7 @@ memcpy(destination->data, buffer, 40);
- Equivalent C Types for Built-In SQL Types + Equivalent C Types for Built-in SQL Types @@ -2660,7 +2660,7 @@ include $(PGXS) - Composite-Type Arguments + Composite-type Arguments Composite types do not have a fixed layout like C structures. diff --git a/doc/src/sgml/xoper.sgml b/doc/src/sgml/xoper.sgml index ea64a152f7e..1e6efd58e40 100644 --- a/doc/src/sgml/xoper.sgml +++ b/doc/src/sgml/xoper.sgml @@ -1,7 +1,7 @@ - User-Defined Operators + User-defined Operators operator diff --git a/doc/src/sgml/xtypes.sgml b/doc/src/sgml/xtypes.sgml index 972cc76bf9b..a76b035f192 100644 --- a/doc/src/sgml/xtypes.sgml +++ b/doc/src/sgml/xtypes.sgml @@ -1,7 +1,7 @@ - User-Defined Types + User-defined Types data type -- 2.39.5