diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-14 17:55:22 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-14 17:55:22 +0000 |
| commit | 0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee (patch) | |
| tree | a7ce4d78d12e02b1852bc75c502ff878d9d50aed /src/pl/plpython/error.expected | |
| parent | 1ea069b1f61aee5e901886aee8b51051e00aad54 (diff) | |
| download | postgresql-0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee.tar.gz | |
Convert the existing regression test scripts for the various optional
PLs to use the standard pg_regress infrastructure. No changes in the
tests themselves. Andrew Dunstan
Diffstat (limited to 'src/pl/plpython/error.expected')
| -rw-r--r-- | src/pl/plpython/error.expected | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/pl/plpython/error.expected b/src/pl/plpython/error.expected deleted file mode 100644 index 3c1614769e..0000000000 --- a/src/pl/plpython/error.expected +++ /dev/null @@ -1,30 +0,0 @@ -SELECT invalid_type_uncaught('rick'); -WARNING: plpython: in function invalid_type_uncaught: -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: -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: -DETAIL: plpy.SPIError: Unknown error in PLy_spi_prepare -ERROR: type "test" does not exist -SELECT valid_type('rick'); - valid_type ------------- - -(1 row) - -SELECT write_file('/tmp/plpython','Only trusted users should be able to do this!'); - write_file ------------------------------- - Wrote to file: /tmp/plpython -(1 row) - -SELECT read_file('/tmp/plpython'); - read_file ------------------------------------------------ - Only trusted users should be able to do this! -(1 row) - |
