Add plpython code.

This commit is contained in:
Bruce Momjian
2001-05-09 19:54:38 +00:00
parent 6319f5da37
commit 0bef7ba549
26 changed files with 3891 additions and 1 deletions

View File

@ -0,0 +1,9 @@
-- test error handling, i forgot to restore Warn_restart in
-- the trigger handler once. the errors and subsequent core dump were
-- interesting.
SELECT invalid_type_uncaught('rick');
SELECT invalid_type_caught('rick');
SELECT invalid_type_reraised('rick');
SELECT valid_type('rick');