Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8770328

Browse files
committed
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.
1 parent 483c2c1 commit 8770328

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/syntax.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ $function$
664664
</para>
665665
</sect3>
666666

667-
<sect3>
667+
<sect3 id="sql-syntax-constants-numeric">
668668
<title>Numeric Constants</title>
669669

670670
<indexterm>
@@ -852,7 +852,7 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> )
852852
</para>
853853
</sect2>
854854

855-
<sect2>
855+
<sect2 id="sql-syntax-special-chars">
856856
<title>Special Characters</title>
857857

858858
<para>
@@ -1310,7 +1310,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
13101310
the remaining options.
13111311
</para>
13121312

1313-
<sect2>
1313+
<sect2 id="sql-expressions-column-refs">
13141314
<title>Column References</title>
13151315

13161316
<indexterm>
@@ -1333,7 +1333,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
13331333
</para>
13341334
</sect2>
13351335

1336-
<sect2>
1336+
<sect2 id="sql-expressions-parameters-positional">
13371337
<title>Positional Parameters</title>
13381338

13391339
<indexterm>
@@ -1373,7 +1373,7 @@ CREATE FUNCTION dept(text) RETURNS dept
13731373
</para>
13741374
</sect2>
13751375

1376-
<sect2>
1376+
<sect2 id="sql-expressions-subscripts">
13771377
<title>Subscripts</title>
13781378

13791379
<indexterm>
@@ -1468,7 +1468,7 @@ $1.somecolumn
14681468
</para>
14691469
</sect2>
14701470

1471-
<sect2>
1471+
<sect2 id="sql-expressions-operator-calls">
14721472
<title>Operator Invocations</title>
14731473

14741474
<indexterm>
@@ -1497,7 +1497,7 @@ $1.somecolumn
14971497
</para>
14981498
</sect2>
14991499

1500-
<sect2>
1500+
<sect2 id="sql-expressions-function-calls">
15011501
<title>Function Calls</title>
15021502

15031503
<indexterm>

0 commit comments

Comments
 (0)