mirror of
https://github.com/postgres/postgres.git
synced 2026-02-10 06:13:34 -05:00
11 lines
377 B
SQL
11 lines
377 B
SQL
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() ;
|