diff options
Diffstat (limited to 'src/pl/plpython/plpython_error.sql')
-rw-r--r-- | src/pl/plpython/plpython_error.sql | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/pl/plpython/plpython_error.sql b/src/pl/plpython/plpython_error.sql deleted file mode 100644 index 0cde4df9967..00000000000 --- a/src/pl/plpython/plpython_error.sql +++ /dev/null @@ -1,17 +0,0 @@ - --- 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'); - --- Security sandbox tests -SELECT read_file('/etc/passwd'); -SELECT write_file('/tmp/plpython','This is very bad'); -SELECT getpid(); -SELECT uname(); -SELECT sys_exit(); -SELECT sys_argv(); |