summaryrefslogtreecommitdiff
path: root/contrib/adminpack/uninstall_adminpack.sql
blob: ac45b69efd7ee3c4da20c777399e68ad272b3f13 (plain)
1
2
3
4
5
6
7
8
9
10
/* $PostgreSQL$ */

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() ;