mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Update to match error editing.
This commit is contained in:
parent
3b04893ffc
commit
5f2499d5af
1 changed files with 6 additions and 6 deletions
|
|
@ -1,15 +1,15 @@
|
|||
SELECT invalid_type_uncaught('rick');
|
||||
WARNING: plpython: in function invalid_type_uncaught:
|
||||
plpy.SPIError: Unknown error in PLy_spi_prepare.
|
||||
ERROR: Type "test" does not exist
|
||||
DETAIL: plpy.SPIError: Unknown error in PLy_spi_prepare
|
||||
ERROR: type "test" does not exist
|
||||
SELECT invalid_type_caught('rick');
|
||||
WARNING: plpython: in function invalid_type_caught:
|
||||
plpy.SPIError: Unknown error in PLy_spi_prepare.
|
||||
ERROR: Type "test" does not exist
|
||||
DETAIL: plpy.SPIError: Unknown error in PLy_spi_prepare
|
||||
ERROR: type "test" does not exist
|
||||
SELECT invalid_type_reraised('rick');
|
||||
WARNING: plpython: in function invalid_type_reraised:
|
||||
plpy.SPIError: Unknown error in PLy_spi_prepare.
|
||||
ERROR: Type "test" does not exist
|
||||
DETAIL: plpy.SPIError: Unknown error in PLy_spi_prepare
|
||||
ERROR: type "test" does not exist
|
||||
SELECT valid_type('rick');
|
||||
valid_type
|
||||
------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue