Support optional FROM/IN in FETCH and MOVE

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 2ea179f36102edc8df6be9e728b24bcb264ec52e
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2009-11-11T19:25:42Z
Releases: 9.0.0
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

Files