Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f2499d

Browse files
committed
Update to match error editing.
1 parent3b04893 commit5f2499d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎src/pl/plpython/error.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SELECT invalid_type_uncaught('rick');
22
WARNING: plpython: in function invalid_type_uncaught:
3-
plpy.SPIError: Unknown error in PLy_spi_prepare.
4-
ERROR:Type "test" does not exist
3+
DETAIL:plpy.SPIError: Unknown error in PLy_spi_prepare
4+
ERROR:type "test" does not exist
55
SELECT invalid_type_caught('rick');
66
WARNING: plpython: in function invalid_type_caught:
7-
plpy.SPIError: Unknown error in PLy_spi_prepare.
8-
ERROR:Type "test" does not exist
7+
DETAIL:plpy.SPIError: Unknown error in PLy_spi_prepare
8+
ERROR:type "test" does not exist
99
SELECT invalid_type_reraised('rick');
1010
WARNING: plpython: in function invalid_type_reraised:
11-
plpy.SPIError: Unknown error in PLy_spi_prepare.
12-
ERROR:Type "test" does not exist
11+
DETAIL:plpy.SPIError: Unknown error in PLy_spi_prepare
12+
ERROR:type "test" does not exist
1313
SELECT valid_type('rick');
1414
valid_type
1515
------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp