From 0cfdc1c657b7c2aa1e4524f495e84005f750ec02 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 21 Apr 2011 22:25:35 -0400 Subject: [PATCH] Improve doc wording for SQL syntax of LIMIT/OFFSET. --- doc/src/sgml/ref/select.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 8bf7a06022..5ff1ee834e 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1090,7 +1090,7 @@ OFFSET start - SQL:2008 introduced a different syntax to achieve the same thing, + SQL:2008 introduced a different syntax to achieve the same result, which PostgreSQL also supports. It is: OFFSET start { ROW | ROWS }