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

Properly capitalize documentation headings; some only had initial-word

capitalization.
This commit is contained in:
Bruce Momjian
2011-01-29 13:00:18 -05:00
parent 6f489dca65
commit 5d5678d7c3
65 changed files with 447 additions and 447 deletions

View File

@@ -2296,7 +2296,7 @@ LANGUAGE SQL IMMUTABLE STRICT;
</para>
<sect2 id="sql-syntax-calling-funcs-positional">
<title>Using positional notation</title>
<title>Using Positional Notation</title>
<indexterm>
<primary>function</primary>
@@ -2331,7 +2331,7 @@ SELECT concat_lower_or_upper('Hello', 'World');
</sect2>
<sect2 id="sql-syntax-calling-funcs-named">
<title>Using named notation</title>
<title>Using Named Notation</title>
<indexterm>
<primary>function</primary>
@@ -2370,7 +2370,7 @@ SELECT concat_lower_or_upper(a := 'Hello', uppercase := true, b := 'World');
</sect2>
<sect2 id="sql-syntax-calling-funcs-mixed">
<title>Using mixed notation</title>
<title>Using Mixed Notation</title>
<indexterm>
<primary>function</primary>