Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement,

Neil Conway <neilc@samurai.com>

Commit: f2321a3f37b74b42d20ec787afb7ee4a29655a3e
Author: Neil Conway <neilc@samurai.com>
Date: 2007-04-28T23:54:59Z
Releases: 8.3.0
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