Commit 87703287 authored by Tom Lane's avatar Tom Lane

Add section IDs to subsections of syntax.sgml that lacked them.

This is so that these sections will have stable HTML tags that one can
link to, rather than things like "AEN1902".  Perhaps we should mount a
campaign to do this everywhere, but I've found myself pointing at
syntax.sgml subsections often enough to be sure it's useful here.
parent 483c2c10
...@@ -664,7 +664,7 @@ $function$ ...@@ -664,7 +664,7 @@ $function$
</para> </para>
</sect3> </sect3>
<sect3> <sect3 id="sql-syntax-constants-numeric">
<title>Numeric Constants</title> <title>Numeric Constants</title>
<indexterm> <indexterm>
...@@ -852,7 +852,7 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> ) ...@@ -852,7 +852,7 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> )
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="sql-syntax-special-chars">
<title>Special Characters</title> <title>Special Characters</title>
<para> <para>
...@@ -1310,7 +1310,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; ...@@ -1310,7 +1310,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
the remaining options. the remaining options.
</para> </para>
<sect2> <sect2 id="sql-expressions-column-refs">
<title>Column References</title> <title>Column References</title>
<indexterm> <indexterm>
...@@ -1333,7 +1333,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; ...@@ -1333,7 +1333,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="sql-expressions-parameters-positional">
<title>Positional Parameters</title> <title>Positional Parameters</title>
<indexterm> <indexterm>
...@@ -1373,7 +1373,7 @@ CREATE FUNCTION dept(text) RETURNS dept ...@@ -1373,7 +1373,7 @@ CREATE FUNCTION dept(text) RETURNS dept
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="sql-expressions-subscripts">
<title>Subscripts</title> <title>Subscripts</title>
<indexterm> <indexterm>
...@@ -1468,7 +1468,7 @@ $1.somecolumn ...@@ -1468,7 +1468,7 @@ $1.somecolumn
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="sql-expressions-operator-calls">
<title>Operator Invocations</title> <title>Operator Invocations</title>
<indexterm> <indexterm>
...@@ -1497,7 +1497,7 @@ $1.somecolumn ...@@ -1497,7 +1497,7 @@ $1.somecolumn
</para> </para>
</sect2> </sect2>
<sect2> <sect2 id="sql-expressions-function-calls">
<title>Function Calls</title> <title>Function Calls</title>
<indexterm> <indexterm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment