mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Add uninstall script for adminpack - Josh Drake
This commit is contained in:
parent
a9c7c5c240
commit
8fd0e43c4e
@ -1,6 +1,7 @@
|
||||
MODULE_big = adminpack
|
||||
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||||
DATA_built = adminpack.sql
|
||||
DATA = uninstall_adminpack.sql
|
||||
DOCS = README.adminpack
|
||||
OBJS = adminpack.o
|
||||
|
||||
|
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() ;
|
Loading…
Reference in New Issue
Block a user