postgresql/src/test
Neil Conway c425dcb4ec 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.
2005-07-02 08:59:48 +00:00
..
bench Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
examples Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
locale
mb unbreak unicode/utf8 test 2005-06-24 15:12:00 +00:00
performance
regress In PL/PgSQL, allow a block's label to be optionally specified at the 2005-07-02 08:59:48 +00:00
Makefile