Commit 0cfdc1c6 authored by Bruce Momjian's avatar Bruce Momjian

Improve doc wording for SQL syntax of LIMIT/OFFSET.

parent 92647fc4
...@@ -1090,7 +1090,7 @@ OFFSET <replaceable class="parameter">start</replaceable> ...@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment