pgsql: Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.
Date: 2009-08-18 23:40:20
Message-ID: 20090818234020.911F775331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid
about it doesn't simplify the grammar at all, and it does invite confusion
among those who only read the SELECT syntax summary and not the full details.
Per gripe from Jaime Casanova.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
select.sgml (r1.122 -> r1.123)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml?r1=1.122&r2=1.123)
pgsql/src/backend/parser:
gram.y (r2.676 -> r2.677)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.676&r2=2.677)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bschwarz 2009-08-19 04:53:47 pgtcl - libpgtcl: * cleaned up and added tests for the options to
Previous Message Andrew Dunstan 2009-08-18 22:36:56 pgsql: Pick up REGRESS_OPTS from contrib makefiles.