Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0cfdc1c

Browse files
committed
Improve doc wording for SQL syntax of LIMIT/OFFSET.
1 parent 92647fc commit 0cfdc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/select.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ OFFSET <replaceable class="parameter">start</replaceable>
10901090
</para>
10911091

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

0 commit comments

Comments
 (0)