]> granicus.if.org Git - postgresql/commit
Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been
authorNeil Conway <neilc@samurai.com>
Fri, 17 Dec 2004 03:51:36 +0000 (03:51 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 17 Dec 2004 03:51:36 +0000 (03:51 +0000)
commit480777e56cb56d16b91656dac505e6e664c3aad9
tree9b836143f35a4b4a1f68881b90a762fdff3b22db
parentdfdae5d63cd0c7eb75fb419c61a5fd62c7e4b326
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.
doc/src/sgml/plpgsql.sgml
src/pl/plpgsql/src/scan.l