diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-27 20:17:12 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-27 20:17:12 -0400 |
commit | 87703287849bf785400d0daf57b9d6b5a05d0780 (patch) | |
tree | dcda844ac436afc11131632bc64e5c232454705c /doc/src | |
parent | 483c2c1071c45e275782d33d646c3018f02f9f94 (diff) | |
download | postgresql-87703287849bf785400d0daf57b9d6b5a05d0780.tar.gz postgresql-87703287849bf785400d0daf57b9d6b5a05d0780.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/syntax.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 12362e779fb..b1392124a9e 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -664,7 +664,7 @@ $function$ </para> </sect3> - <sect3> + <sect3 id="sql-syntax-constants-numeric"> <title>Numeric Constants</title> <indexterm> @@ -852,7 +852,7 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> ) </para> </sect2> - <sect2> + <sect2 id="sql-syntax-special-chars"> <title>Special Characters</title> <para> @@ -1310,7 +1310,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; the remaining options. </para> - <sect2> + <sect2 id="sql-expressions-column-refs"> <title>Column References</title> <indexterm> @@ -1333,7 +1333,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; </para> </sect2> - <sect2> + <sect2 id="sql-expressions-parameters-positional"> <title>Positional Parameters</title> <indexterm> @@ -1373,7 +1373,7 @@ CREATE FUNCTION dept(text) RETURNS dept </para> </sect2> - <sect2> + <sect2 id="sql-expressions-subscripts"> <title>Subscripts</title> <indexterm> @@ -1468,7 +1468,7 @@ $1.somecolumn </para> </sect2> - <sect2> + <sect2 id="sql-expressions-operator-calls"> <title>Operator Invocations</title> <indexterm> @@ -1497,7 +1497,7 @@ $1.somecolumn </para> </sect2> - <sect2> + <sect2 id="sql-expressions-function-calls"> <title>Function Calls</title> <indexterm> |