diff options
Diffstat (limited to 'src/pl/plpython/plpython_drop.sql')
-rw-r--r-- | src/pl/plpython/plpython_drop.sql | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pl/plpython/plpython_drop.sql b/src/pl/plpython/plpython_drop.sql deleted file mode 100644 index 7dbb3b0a43e..00000000000 --- a/src/pl/plpython/plpython_drop.sql +++ /dev/null @@ -1,11 +0,0 @@ -DROP FUNCTION plglobals() ; -DROP FUNCTION plstatic() ; -DROP FUNCTION plfail() ; -DROP TRIGGER users_insert_trig on users ; -DROP FUNCTION users_insert() ; -DROP TRIGGER users_update_trig on users ; -DROP FUNCTION users_update() ; -DROP TRIGGER users_delete_trig on users ; -DROP FUNCTION users_delete() ; -DROP PROCEDURAL LANGUAGE plpythonu ; -DROP FUNCTION plpython_call_handler() ; |