Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement,
Neil Conway <neilc@samurai.com>
Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement, for consistency with the backend's FETCH command. Patch from Pavel Stehule, reviewed by Neil Conway.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpgsql.sgml | modified | +2 −2 |
| src/pl/plpgsql/src/gram.y | modified | +19 −6 |
| src/test/regress/expected/plpgsql.out | modified | +1 −1 |
| src/test/regress/sql/plpgsql.sql | modified | +1 −1 |