Fix tag.
authorPeter Eisentraut
Tue, 13 Feb 2001 21:13:11 +0000 (21:13 +0000)
committerPeter Eisentraut
Tue, 13 Feb 2001 21:13:11 +0000 (21:13 +0000)
doc/src/sgml/queries.sgml

index e0f02bb50381a70ae96fa7cd685a55fda1e06fd3..948aa4849bcd38bc99ac5a66d71c1a01786bacd7 100644 (file)
@@ -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
+   linkend="queries-column-labels">) or the number of a column.  Some
    examples:
 
 SELECT a, b FROM table1 ORDER BY a;