We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60261de commit b08e00bCopy full SHA for b08e00b
doc/src/sgml/queries.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="queries">
4
<title>Queries</title>
@@ -747,7 +747,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
747
</synopsis>
748
<replaceable>column1</replaceable>, etc., refer to select list
749
columns. These can be either the output name of a column (see
750
- linkend="queries-column-labels">) or the number of a column. Some
+ <xref linkend="queries-column-labels">) or the number of a column. Some
751
examples:
752
<programlisting>
753
SELECT a, b FROM table1 ORDER BY a;
0 commit comments