mirror of https://github.com/postgres/postgres
From first pass of testing. Notably, there seems to be no need for adminpack--unpackaged--1.0.sql because none of the objects that the old module creates would ever be dumped by pg_dump anyway (they are all in pg_catalog).pull/1/head
parent
029fac2264
commit
3b61e57f3c
@ -1,10 +0,0 @@ |
||||
/* contrib/adminpack/adminpack--unpackaged--1.0.sql */ |
||||
|
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_file_write(text,text,boolean); |
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_file_rename(text,text,text); |
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_file_rename(text,text); |
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_file_unlink(text); |
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_logdir_ls(); |
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_file_read(text,bigint,bigint); |
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_file_length(text); |
||||
ALTER EXTENSION adminpack ADD function pg_catalog.pg_logfile_rotate(); |
Loading…
Reference in new issue