From: Peter Eisentraut Date: Tue, 13 Feb 2001 21:13:11 +0000 (+0000) Subject: Fix tag. X-Git-Tag: REL7_1~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b08e00b2ae8e56548ee1315a1262768a53ccc323;p=postgresql Fix tag. --- diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index e0f02bb503..948aa4849b 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -1,4 +1,4 @@ - + Queries @@ -747,7 +747,7 @@ SELECT select_list FROM table_expression column1, etc., refer to select list columns. These can be either the output name of a column (see - linkend="queries-column-labels">) or the number of a column. Some + ) or the number of a column. Some examples: SELECT a, b FROM table1 ORDER BY a;