]> granicus.if.org Git - postgresql/commit
Add a CONTINUE statement to PL/PgSQL, which can be used to begin the
authorNeil Conway <neilc@samurai.com>
Wed, 22 Jun 2005 01:35:03 +0000 (01:35 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 22 Jun 2005 01:35:03 +0000 (01:35 +0000)
commitebcb4c931dc0ea5bc5e2199f39996f99fcab842b
tree18703ce664ddfa2bc2a7ce191a6b446b9f050400
parent7a28de20523bb695e8ec819514df82a18a7656b3
Add a CONTINUE statement to PL/PgSQL, which can be used to begin the
next iteration of a loop. Update documentation and add regression tests.
Patch from Pavel Stehule, reviewed by Neil Conway.
doc/src/sgml/plpgsql.sgml
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/pl_funcs.c
src/pl/plpgsql/src/plpgsql.h
src/pl/plpgsql/src/scan.l
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql