summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython_drop.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpython_drop.sql')
-rw-r--r--src/pl/plpython/plpython_drop.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pl/plpython/plpython_drop.sql b/src/pl/plpython/plpython_drop.sql
new file mode 100644
index 0000000000..42387f544a
--- /dev/null
+++ b/src/pl/plpython/plpython_drop.sql
@@ -0,0 +1,11 @@
+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 'plpython' ;
+DROP FUNCTION plpython_call_handler() ;