Improve doc wording for SQL syntax of LIMIT/OFFSET.

pull/1/head
Bruce Momjian 14 years ago
parent 92647fc4b9
commit 0cfdc1c657
  1. 2
      doc/src/sgml/ref/select.sgml

@ -1090,7 +1090,7 @@ OFFSET <replaceable class="parameter">start</replaceable>
</para>
<para>
SQL:2008 introduced a different syntax to achieve the same thing,
SQL:2008 introduced a different syntax to achieve the same result,
which <productname>PostgreSQL</> also supports. It is:
<synopsis>
OFFSET <replaceable class="parameter">start</replaceable> { ROW | ROWS }

Loading…
Cancel
Save