Index: doc/src/sgml/queries.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v
retrieving revision 1.52
diff -c -c -r1.52 queries.sgml
*** doc/src/sgml/queries.sgml	31 Dec 2008 00:08:35 -0000	1.52
--- doc/src/sgml/queries.sgml	7 Feb 2009 20:09:53 -0000
***************
*** 1402,1409 ****
  
    <para>
     <literal>OFFSET</> says to skip that many rows before beginning to
!    return rows.  <literal>OFFSET 0</> is the same as
!    omitting the <literal>OFFSET</> clause.  If both <literal>OFFSET</>
     and <literal>LIMIT</> appear, then <literal>OFFSET</> rows are
     skipped before starting to count the <literal>LIMIT</> rows that
     are returned.
--- 1402,1410 ----
  
    <para>
     <literal>OFFSET</> says to skip that many rows before beginning to
!    return rows.  <literal>OFFSET 0</> is the same as omitting the
!    <literal>OFFSET</> clause, and <literal>LIMIT NULL</> is the same
!    as omitting the <literal>LIMIT</> clause.  If both <literal>OFFSET</>
     and <literal>LIMIT</> appear, then <literal>OFFSET</> rows are
     skipped before starting to count the <literal>LIMIT</> rows that
     are returned.
