]> granicus.if.org Git - postgresql/commitdiff
Update to match error editing.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Jul 2003 00:02:02 +0000 (00:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Jul 2003 00:02:02 +0000 (00:02 +0000)
src/pl/plpython/error.expected

index b00f8d4a40e8a2c00ab08fc864634493932e3c72..3c1614769e83332e0f597457a143ba17cbc8929d 100644 (file)
@@ -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 
 ------------