-
- Downloads
In PL/PgSQL, allow a block's label to be optionally specified at the
end of the block: <<label>> begin ... end label; Similarly for loops. This is per PL/SQL. Update the documentation and add regression tests. Patch from Pavel Stehule, code review by Neil Conway.
Showing
- doc/src/sgml/plpgsql.sgml 18 additions, 17 deletionsdoc/src/sgml/plpgsql.sgml
- src/pl/plpgsql/src/gram.y 72 additions, 32 deletionssrc/pl/plpgsql/src/gram.y
- src/test/regress/expected/plpgsql.out 57 additions, 2 deletionssrc/test/regress/expected/plpgsql.out
- src/test/regress/sql/plpgsql.sql 50 additions, 2 deletionssrc/test/regress/sql/plpgsql.sql
Loading
Please register or sign in to comment