summaryrefslogtreecommitdiff
path: root/src/pl/plpython/error.expected
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-03-06 18:50:33 +0000
committerBruce Momjian <bruce@momjian.us>2002-03-06 18:50:33 +0000
commit7d5edf2ba7c23ffebec978eb5c21b5d108aaaf2a (patch)
tree083acc1de5ea1e7efe5ac56ddeb901c93a13d56b /src/pl/plpython/error.expected
parent9956c566e3b4535aa0e4877a5c6d9917b11784cc (diff)
downloadpostgresql-7d5edf2ba7c23ffebec978eb5c21b5d108aaaf2a.tar.gz
Add new elog() levels to stored procedure languages. plperl DEBUG hack
still needed because only removed in 7.4.
Diffstat (limited to 'src/pl/plpython/error.expected')
-rw-r--r--src/pl/plpython/error.expected6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/plpython/error.expected b/src/pl/plpython/error.expected
index 96de5da660..9f0eff0762 100644
--- a/src/pl/plpython/error.expected
+++ b/src/pl/plpython/error.expected
@@ -1,11 +1,11 @@
SELECT invalid_type_uncaught('rick');
-NOTICE: plpython: in function __plpython_procedure_invalid_type_uncaught_49801:
+WARNING: plpython: in function __plpython_procedure_invalid_type_uncaught_49801:
plpy.SPIError: Cache lookup for type `test' failed.
SELECT invalid_type_caught('rick');
-NOTICE: plpython: in function __plpython_procedure_invalid_type_caught_49802:
+WARNING: plpython: in function __plpython_procedure_invalid_type_caught_49802:
plpy.SPIError: Cache lookup for type `test' failed.
SELECT invalid_type_reraised('rick');
-NOTICE: plpython: in function __plpython_procedure_invalid_type_reraised_49803:
+WARNING: plpython: in function __plpython_procedure_invalid_type_reraised_49803:
plpy.SPIError: Cache lookup for type `test' failed.
SELECT valid_type('rick');
valid_type