From: Thomas G. Lockhart Date: Thu, 15 Jul 1999 15:49:18 +0000 (+0000) Subject: Add id label to allow cross referencing. X-Git-Tag: REL7_0~1764 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2738394d64e4762d87902491487f32e604a49b8;p=thirdparty%2Fpostgresql.git Add id label to allow cross referencing. --- diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 56c3d554051..6205b30f130 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,6 +1,6 @@ - + SELECT SQL - Language Statements @@ -248,7 +248,7 @@ SELECT [ ALL | DISTINCT [ ON column - The LIMIT...OFFSET clause allows control over which rows are + The LIMIT clause allows control over which rows are returned by the query.