Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8fd0e43

Browse files
committed
Add uninstall script for adminpack - Josh Drake
1 parent a9c7c5c commit 8fd0e43

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

contrib/adminpack/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MODULE_big = adminpack
22
PG_CPPFLAGS = -I$(libpq_srcdir)
33
DATA_built = adminpack.sql
4+
DATA = uninstall_adminpack.sql
45
DOCS = README.adminpack
56
OBJS = adminpack.o
67

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
2+
DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;
3+
DROP FUNCTION pg_catalog.pg_file_rename(text, text) ;
4+
DROP FUNCTION pg_catalog.pg_file_unlink(text) ;
5+
DROP FUNCTION pg_catalog.pg_logdir_ls() ;
6+
DROP FUNCTION pg_catalog.pg_file_read(text, bigint, bigint) ;
7+
DROP FUNCTION pg_catalog.pg_file_length(text) ;
8+
DROP FUNCTION pg_catalog.pg_logfile_rotate() ;

0 commit comments

Comments
 (0)