From 87703287849bf785400d0daf57b9d6b5a05d0780 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 27 Aug 2012 20:17:12 -0400 Subject: [PATCH] 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. --- doc/src/sgml/syntax.sgml | 14 +++++++------- 1 file 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$ - + 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 -- 2.39.5