mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add uninstall script for adminpack - Josh Drake
This commit is contained in:
8
contrib/adminpack/uninstall_adminpack.sql
Normal file
8
contrib/adminpack/uninstall_adminpack.sql
Normal file
@ -0,0 +1,8 @@
|
||||
DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
|
||||
DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;
|
||||
DROP FUNCTION pg_catalog.pg_file_rename(text, text) ;
|
||||
DROP FUNCTION pg_catalog.pg_file_unlink(text) ;
|
||||
DROP FUNCTION pg_catalog.pg_logdir_ls() ;
|
||||
DROP FUNCTION pg_catalog.pg_file_read(text, bigint, bigint) ;
|
||||
DROP FUNCTION pg_catalog.pg_file_length(text) ;
|
||||
DROP FUNCTION pg_catalog.pg_logfile_rotate() ;
|
Reference in New Issue
Block a user