Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been

Neil Conway <neilc@samurai.com>

Commit: 480777e56cb56d16b91656dac505e6e664c3aad9
Author: Neil Conway <neilc@samurai.com>
Date: 2004-12-17T03:51:36Z
Releases: 8.0.0
Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been
several reports of users being confused when they attempt to use ELSEIF
and run into trouble due to PL/PgSQL's lax parser. The parser will be
improved for 8.1, but we can fix most of the problem by allowing ELSEIF
for now.

Files

PathChange+/−
doc/src/sgml/plpgsql.sgml modified +12 −2
src/pl/plpgsql/src/scan.l modified +2 −1