<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</>
+ 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.