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