mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
9 lines
420 B
MySQL
9 lines
420 B
MySQL
|
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() ;
|