pgsql: Support optional FROM/IN in FETCH and MOVE The main motivation

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support optional FROM/IN in FETCH and MOVE The main motivation
Date: 2009-11-11 19:25:44
Message-ID: 20091111192544.B71FB753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Support optional FROM/IN in FETCH and MOVE

The main motivation for this is that it's required for Informix compatibility
in ECPG.

This patch makes the ECPG and core grammars a bit closer to one another for
these productions.

Author: Zoltan Boszormenyi

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.690 -> r2.691)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.690&r2=2.691)
pgsql/src/interfaces/ecpg/preproc:
ecpg.addons (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.addons?r1=1.6&r2=1.7)
pgsql/src/interfaces/ecpg/test/expected:
compat_informix-test_informix.c (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c?r1=1.19&r2=1.20)
compat_informix-test_informix.stderr (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-11-11 20:07:57 pgsql: Document the previous FETCH and MOVE changes.
Previous Message User Achernow 2009-11-11 01:57:56 libpqtypes - libpqtypes: Update changelog