mirror of https://github.com/postgres/postgres
parent
a9c7c5c240
commit
8fd0e43c4e
@ -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) ; |
||||||
|
DROP FUNCTION pg_catalog.pg_logfile_rotate() ; |
Loading…
Reference in new issue