提交 5f2499d5 编写于 作者: T Tom Lane

Update to match error editing.

上级 3b04893f
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
------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册