mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-11 04:07:35 +08:00
Add plpython code.
This commit is contained in:
11
src/pl/plpython/plpython_drop.sql
Normal file
11
src/pl/plpython/plpython_drop.sql
Normal file
@ -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() ;
|
||||
Reference in New Issue
Block a user