Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b08e00b

Browse files
committed
Fix tag.
1 parent 60261de commit b08e00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/queries.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.3 2001/02/10 08:30:13 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.4 2001/02/13 21:13:11 petere Exp $ -->
22

33
<chapter id="queries">
44
<title>Queries</title>
@@ -747,7 +747,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
747747
</synopsis>
748748
<replaceable>column1</replaceable>, etc., refer to select list
749749
columns. These can be either the output name of a column (see
750-
linkend="queries-column-labels">) or the number of a column. Some
750+
<xref linkend="queries-column-labels">) or the number of a column. Some
751751
examples:
752752
<programlisting>
753753
SELECT a, b FROM table1 ORDER BY a;

0 commit comments

Comments
 (0)