From: Bruce Momjian Date: Sun, 23 Sep 2001 13:34:44 +0000 (+0000) Subject: One more LIMIT doc update. X-Git-Tag: REL7_2_BETA1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=328870a890ca2fb25b440bf1d11112d150de7778;p=postgresql One more LIMIT doc update. --- diff --git a/doc/src/sgml/ref/select_into.sgml b/doc/src/sgml/ref/select_into.sgml index 05b1e1fc79..ab96185bb9 100644 --- a/doc/src/sgml/ref/select_into.sgml +++ b/doc/src/sgml/ref/select_into.sgml @@ -1,5 +1,5 @@ @@ -32,7 +32,8 @@ SELECT [ ALL | DISTINCT [ ON ( expressionselect ] [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ] [ FOR UPDATE [ OF tablename [, ...] ] ] - [ LIMIT { count | ALL } [ { OFFSET | , } start ]] + [ LIMIT [ start , ] { count | ALL } ] + [ OFFSET start ] where from_item can be: