From: Tom Lane Date: Tue, 28 Aug 2012 00:17:12 +0000 (-0400) Subject: Add section IDs to subsections of syntax.sgml that lacked them. X-Git-Tag: REL9_3_BETA1~1015 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87703287849bf785400d0daf57b9d6b5a05d0780;p=thirdparty%2Fpostgresql.git 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. --- 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$ - + Numeric Constants @@ -852,7 +852,7 @@ CAST ( 'string' AS type ) - + Special Characters @@ -1310,7 +1310,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; the remaining options. - + Column References @@ -1333,7 +1333,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; - + Positional Parameters @@ -1373,7 +1373,7 @@ CREATE FUNCTION dept(text) RETURNS dept - + Subscripts @@ -1468,7 +1468,7 @@ $1.somecolumn - + Operator Invocations @@ -1497,7 +1497,7 @@ $1.somecolumn - + Function Calls