/* *********************************************** * Cleanup administrative functions * for PostgreSQL 8.1.x * *********************************************** */ /* drop generic file access functions (genfile.c) */ 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_unlink(text); DROP FUNCTION pg_catalog.pg_file_rename(text, text); DROP FUNCTION pg_catalog.pg_logdir_ls(); /* Drop compatibility redefines */ DROP FUNCTION pg_catalog.pg_logfile_rotate(); DROP FUNCTION pg_catalog.pg_file_read(text, bigint, bigint); DROP FUNCTION pg_catalog.pg_file_length(text);