1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

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

@@ -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>