diff options
Diffstat (limited to 'src/pl/plpython/expected/plpython_error_0.out')
-rw-r--r-- | src/pl/plpython/expected/plpython_error_0.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pl/plpython/expected/plpython_error_0.out b/src/pl/plpython/expected/plpython_error_0.out index b8d10dd7351..6f74a5038f0 100644 --- a/src/pl/plpython/expected/plpython_error_0.out +++ b/src/pl/plpython/expected/plpython_error_0.out @@ -318,7 +318,6 @@ PL/Python function "sql_from_python_error" CREATE TABLE specific ( i integer PRIMARY KEY ); -NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "specific_pkey" for table "specific" CREATE FUNCTION specific_exception(i integer) RETURNS void AS $$ from plpy import spiexceptions |