From 60888e232f0a0264ab5c8bb2bf8860932f58723d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 27 Aug 2012 20:17:16 -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 5ea755c5725..43df81e7648 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