diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml
index e0f02bb50381a70ae96fa7cd685a55fda1e06fd3..948aa4849bcd38bc99ac5a66d71c1a01786bacd7 100644
--- a/doc/src/sgml/queries.sgml
+++ b/doc/src/sgml/queries.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.3 2001/02/10 08:30:13 tgl Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.4 2001/02/13 21:13:11 petere Exp $ -->
 
 <chapter id="queries">
  <title>Queries</title>
@@ -747,7 +747,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
 </synopsis>
    <replaceable>column1</replaceable>, 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
+   <xref linkend="queries-column-labels">) or the number of a column.  Some
    examples:
 <programlisting>
 SELECT a, b FROM table1 ORDER BY a;