aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/sql/plperl_end.sql
Commit message (Collapse)AuthorAge
* Add plperl.on_perl_init setting to provide for initializing the perl library ↵Andrew Dunstan2010-01-30
on load. Also, handle END blocks in plperl. Database access is disallowed during both these operations, although it might be allowed in END blocks in future. Patch from Tim Bunce.