pgsql: Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.
Date
Msg-id 20090818234020.911F775331E@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Pick up REGRESS_OPTS from contrib makefiles.
Next
From: bschwarz@pgfoundry.org (User Bschwarz)
Date:
Subject: pgtcl - libpgtcl: * cleaned up and added tests for the options to