*** pgsql/doc/src/sgml/queries.sgml 2008/12/31 00:08:35 1.52 --- pgsql/doc/src/sgml/queries.sgml 2009/02/07 20:11:16 1.53 *************** *** 1,4 **** ! Queries --- 1,4 ---- ! Queries *************** SELECT select_list OFFSET says to skip that many rows before beginning to ! return rows. OFFSET 0 is the same as ! omitting the OFFSET clause. If both OFFSET and LIMIT appear, then OFFSET rows are skipped before starting to count the LIMIT rows that are returned. --- 1402,1410 ---- OFFSET says to skip that many rows before beginning to ! return rows. OFFSET 0 is the same as omitting the ! OFFSET clause, and LIMIT NULL is the same ! as omitting the LIMIT clause. If both OFFSET and LIMIT appear, then OFFSET rows are skipped before starting to count the LIMIT rows that are returned.