aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/syntax.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/syntax.sgml')
-rw-r--r--doc/src/sgml/syntax.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index 2ebea7cf34b..482e08a031b 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -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>