Properly capitalize hyphenated words in documentation titles.

This commit is contained in:
Bruce Momjian 2011-02-01 17:00:26 -05:00
parent 7106f74e2a
commit d56d246e70
23 changed files with 36 additions and 36 deletions

View File

@ -428,7 +428,7 @@ tar -cf backup.tar /usr/local/pgsql/data
</sect1>
<sect1 id="continuous-archiving">
<title>Continuous Archiving and Point-In-Time Recovery (PITR)</title>
<title>Continuous Archiving and Point-in-Time Recovery (PITR)</title>
<indexterm zone="backup">
<primary>continuous archiving</primary>

View File

@ -164,7 +164,7 @@
</bibliodiv>
<bibliodiv>
<title>PostgreSQL-Specific Documentation</title>
<title>PostgreSQL-specific Documentation</title>
<para>This section is for related documentation.</para>
<biblioentry id="SIM98">

View File

@ -1198,7 +1198,7 @@ omicron bryanh guest1
</sect2>
<sect2 id="auth-ident">
<title>Ident-Based Authentication</title>
<title>Ident-based Authentication</title>
<indexterm>
<primary>ident</primary>

View File

@ -1108,7 +1108,7 @@ SET ENABLE_SEQSCAN TO OFF;
</sect2>
<sect2 id="runtime-config-resource-vacuum-cost">
<title>Cost-Based Vacuum Delay</title>
<title>Cost-based Vacuum Delay</title>
<para>
During the execution of <xref linkend="sql-vacuum">
@ -3864,7 +3864,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</sect1>
<sect1 id="runtime-config-statistics">
<title>Run-Time Statistics</title>
<title>Run-time Statistics</title>
<sect2 id="runtime-config-statistics-collector">
<title>Query and Index Statistics Collector</title>

View File

@ -1,7 +1,7 @@
<!-- doc/src/sgml/dfunc.sgml -->
<sect2 id="dfunc">
<title>Compiling and Linking Dynamically-Loaded Functions</title>
<title>Compiling and Linking Dynamically-loaded Functions</title>
<para>
Before you are able to use your

View File

@ -24,7 +24,7 @@
</para>
<sect2>
<title>Cube-Based Earth Distances</title>
<title>Cube-based Earth Distances</title>
<para>
Data is stored in cubes that are points (both corners are the same) using 3
@ -59,7 +59,7 @@
</para>
<table id="earthdistance-cube-functions">
<title>Cube-Based Earthdistance Functions</title>
<title>Cube-based Earthdistance Functions</title>
<tgroup cols="3">
<thead>
<row>
@ -136,7 +136,7 @@
</sect2>
<sect2>
<title>Point-Based Earth Distances</title>
<title>Point-based Earth Distances</title>
<para>
The second part of the module relies on representing Earth locations as
@ -152,7 +152,7 @@
</para>
<table id="earthdistance-point-operators">
<title>Point-Based Earthdistance Operators</title>
<title>Point-based Earthdistance Operators</title>
<tgroup cols="3">
<thead>
<row>

View File

@ -1624,7 +1624,7 @@ while (1)
</sect3>
<sect3>
<title>User-Defined Base Types</title>
<title>User-defined Base Types</title>
<para>
New user-defined base types are not directly supported by ECPG.
@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE;
</sect2>
<sect2 id="ecpg-informix-sqlda">
<title>Informix-Compatible SQLDA Descriptor Areas</title>
<title>Informix-compatible SQLDA Descriptor Areas</title>
<para>
Informix-compatible mode supports a different structure than the one described in
<xref linkend="ecpg-sqlda-descriptors">. See below:

View File

@ -4350,7 +4350,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
</note>
<table id="posix-character-entry-escapes-table">
<title>Regular Expression Character-Entry Escapes</title>
<title>Regular Expression Character-entry Escapes</title>
<tgroup cols="2">
<thead>
@ -4478,7 +4478,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
</para>
<table id="posix-class-shorthand-escapes-table">
<title>Regular Expression Class-Shorthand Escapes</title>
<title>Regular Expression Class-shorthand Escapes</title>
<tgroup cols="2">
<thead>
@ -4672,7 +4672,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
</para>
<table id="posix-embedded-options-table">
<title>ARE Embedded-Option Letters</title>
<title>ARE Embedded-option Letters</title>
<tgroup cols="2">
<thead>

View File

@ -1524,7 +1524,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
</para>
<formalpara>
<title>Client-Only installation:</title>
<title>Client-only installation:</title>
<para>
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`
</sect1>
<sect1 id="installation-platform-notes">
<title>Platform-Specific Notes</title>
<title>Platform-specific Notes</title>
<para>
This section documents additional platform-specific issues

View File

@ -407,7 +407,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
</sect1>
<sect1 id="lo-funcs">
<title>Server-Side Functions</title>
<title>Server-side Functions</title>
<para>
There are server-side functions callable from SQL that correspond to

View File

@ -546,7 +546,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
</para>
<sect2 id="locking-tables">
<title>Table-Level Locks</title>
<title>Table-level Locks</title>
<indexterm zone="locking-tables">
<primary>LOCK</primary>
@ -892,7 +892,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
</sect2>
<sect2 id="locking-rows">
<title>Row-Level Locks</title>
<title>Row-level Locks</title>
<para>
In addition to table-level locks, there are row-level locks, which

View File

@ -440,7 +440,7 @@ fprintf(stderr, gettext("panic level %d\n"), lvl);
</sect2>
<sect2 id="nls-guidelines">
<title>Message-Writing Guidelines</title>
<title>Message-writing Guidelines</title>
<para>
Here are some guidelines for writing messages that are easily

View File

@ -874,7 +874,7 @@ PERFORM create_mv('cs_session_page_requests_mv', my_query);
</sect2>
<sect2 id="plpgsql-statements-sql-onerow">
<title>Executing a Query with a Single-Row Result</title>
<title>Executing a Query with a Single-row Result</title>
<indexterm zone="plpgsql-statements-sql-onerow">
<primary>SELECT INTO</primary>

View File

@ -596,7 +596,7 @@ $$ LANGUAGE plpythonu;
</sect2>
<sect2>
<title>Set-Returning Functions</title>
<title>Set-returning Functions</title>
<para>
A <application>PL/Python</application> function can also return sets of
scalar or composite types. There are several ways to achieve this because

View File

@ -210,7 +210,7 @@
</para>
<sect2>
<title>Start-Up</title>
<title>Start-up</title>
<para>
To begin a session, a frontend opens a connection to the server and sends

View File

@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type (
</refsect2>
<refsect2>
<title>Zero-Column Tables</title>
<title>Zero-column Tables</title>
<para>
<productname>PostgreSQL</productname> allows a table of no columns

View File

@ -408,7 +408,7 @@
</itemizedlist>
</sect3>
<sect3>
<title>Built-In Functions</title>
<title>Built-in Functions</title>
<itemizedlist>
<listitem>

View File

@ -2099,7 +2099,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
</sect2>
<sect2 id="ssl-certificate-creation">
<title>Creating a Self-Signed Certificate</title>
<title>Creating a Self-signed Certificate</title>
<para>
To create a quick self-signed certificate for the server, use the

View File

@ -330,7 +330,7 @@ SELECT 'foo' 'bar';
</sect3>
<sect3 id="sql-syntax-strings-escape">
<title>String Constants with C-Style Escapes</title>
<title>String Constants with C-style Escapes</title>
<indexterm zone="sql-syntax-strings-escape">
<primary>escape string syntax</primary>
@ -551,7 +551,7 @@ U&amp;'d!0061t!+000061' UESCAPE '!'
</sect3>
<sect3 id="sql-syntax-dollar-quoting">
<title>Dollar-Quoted String Constants</title>
<title>Dollar-quoted String Constants</title>
<indexterm>
<primary>dollar quoting</primary>
@ -631,7 +631,7 @@ $function$
</sect3>
<sect3 id="sql-syntax-bit-strings">
<title>Bit-String Constants</title>
<title>Bit-string Constants</title>
<indexterm zone="sql-syntax-bit-strings">
<primary>bit string</primary>

View File

@ -1,7 +1,7 @@
<!-- doc/src/sgml/xaggr.sgml -->
<sect1 id="xaggr">
<title>User-Defined Aggregates</title>
<title>User-defined Aggregates</title>
<indexterm zone="xaggr">
<primary>aggregate function</primary>

View File

@ -1,7 +1,7 @@
<!-- doc/src/sgml/xfunc.sgml -->
<sect1 id="xfunc">
<title>User-Defined Functions</title>
<title>User-defined Functions</title>
<indexterm zone="xfunc">
<primary>function</primary>
@ -1754,7 +1754,7 @@ memcpy(destination->data, buffer, 40);
</para>
<table tocentry="1" id="xfunc-c-type-table">
<title>Equivalent C Types for Built-In SQL Types</title>
<title>Equivalent C Types for Built-in SQL Types</title>
<tgroup cols="3">
<thead>
<row>
@ -2660,7 +2660,7 @@ include $(PGXS)
<sect2>
<title>Composite-Type Arguments</title>
<title>Composite-type Arguments</title>
<para>
Composite types do not have a fixed layout like C structures.

View File

@ -1,7 +1,7 @@
<!-- doc/src/sgml/xoper.sgml -->
<sect1 id="xoper">
<title>User-Defined Operators</title>
<title>User-defined Operators</title>
<indexterm zone="xoper">
<primary>operator</primary>

View File

@ -1,7 +1,7 @@
<!-- doc/src/sgml/xtypes.sgml -->
<sect1 id="xtypes">
<title>User-Defined Types</title>
<title>User-defined Types</title>
<indexterm zone="xtypes">
<primary>data type</primary>