We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c7c5c commit 8fd0e43Copy full SHA for 8fd0e43
contrib/adminpack/Makefile
@@ -1,6 +1,7 @@
1
MODULE_big = adminpack
2
PG_CPPFLAGS = -I$(libpq_srcdir)
3
DATA_built = adminpack.sql
4
+DATA = uninstall_adminpack.sql
5
DOCS = README.adminpack
6
OBJS = adminpack.o
7
contrib/adminpack/uninstall_adminpack.sql
@@ -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) ;
8
+DROP FUNCTION pg_catalog.pg_logfile_rotate() ;
0 commit comments