mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 15:23:16 -05:00
10 lines
287 B
MySQL
10 lines
287 B
MySQL
|
|
|
||
|
|
-- 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');
|