Improve doc wording for SQL syntax of LIMIT/OFFSET.
authorBruce Momjian <bruce@momjian.us>
Fri, 22 Apr 2011 02:25:35 +0000 (22:25 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 22 Apr 2011 02:26:04 +0000 (22:26 -0400)
doc/src/sgml/ref/select.sgml

index 8bf7a06022a514f1d71f288e1fddb73f54f65cde..5ff1ee834e62e10b790af768f17bb110448c5dfe 100644 (file)
@@ -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 }