pg_repack/lib/pg_repack.control
Daniele Varrazzo 673a8ea100 The repack schema is contained in the pg_repack extension
...not the other way around. This allows DROP EXTENSION ... CASCADE to
remove temporary directories, simplifying the cleanup procedure after an
error, and getting rid of the schema on uninstall.
2012-11-13 14:02:45 +00:00

6 lines
155 B
Plaintext

# pg_repack extension
comment = 're-organizes a PostgreSQL database'
default_version = '1.2dev0'
module_pathname = '$libdir/pg_repack'
relocatable = false