We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b35b01 commit 3e584e0Copy full SHA for 3e584e0
src/pl/plpython/expected/plpython_function.out
@@ -49,7 +49,6 @@ CREATE FUNCTION import_succeed() returns text
49
import sha
50
import string
51
import time
52
- import whrandom
53
except Exception, ex:
54
plpy.notice("import failed -- %s" % str(ex))
55
return "failed, that wasn''t supposed to happen"
src/pl/plpython/sql/plpython_function.sql
@@ -58,7 +58,6 @@ CREATE FUNCTION import_succeed() returns text
58
59
60
61
62
63
64
0 commit comments