1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00

Improve doc wording for SQL syntax of LIMIT/OFFSET.

This commit is contained in:
Bruce Momjian
2011-04-21 22:25:35 -04:00
parent 92647fc4b9
commit 0cfdc1c657

View File

@ -1090,7 +1090,7 @@ OFFSET <replaceable class="parameter">start</replaceable>
</para> </para>
<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: which <productname>PostgreSQL</> also supports. It is:
<synopsis> <synopsis>
OFFSET <replaceable class="parameter">start</replaceable> { ROW | ROWS } OFFSET <replaceable class="parameter">start</replaceable> { ROW | ROWS }