mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 12:20:43 -05:00
Remove setting of search_path in install/uninstall scripts, since unlike other contrib modules this one does not want to let you change the installation schema.
8 lines
420 B
SQL
8 lines
420 B
SQL
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() ;
|