Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / contrib / adminpack / uninstall_adminpack.sql
blobac45b69efd7ee3c4da20c777399e68ad272b3f13
1 /* $PostgreSQL$ */
3 DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
4 DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;
5 DROP FUNCTION pg_catalog.pg_file_rename(text, text) ;
6 DROP FUNCTION pg_catalog.pg_file_unlink(text) ;
7 DROP FUNCTION pg_catalog.pg_logdir_ls() ;
8 DROP FUNCTION pg_catalog.pg_file_read(text, bigint, bigint) ;
9 DROP FUNCTION pg_catalog.pg_file_length(text) ;
10 DROP FUNCTION pg_catalog.pg_logfile_rotate() ;