Add new elog() levels to stored procedure languages. plperl DEBUG hack

still needed because only removed in 7.4.
This commit is contained in:
Bruce Momjian
2002-03-06 18:50:33 +00:00
parent 9956c566e3
commit 7d5edf2ba7
10 changed files with 114 additions and 38 deletions

View File

@ -29,7 +29,7 @@ SELECT global_test_two();
(1 row)
SELECT import_fail();
NOTICE: ('import socket failed -- untrusted dynamic module: _socket',)
WARNING: ('import socket failed -- untrusted dynamic module: _socket',)
import_fail
--------------------
failed as expected