Configuring pg_squeeze
Suggest editsAdd
pg_squeeze
to theshared_preload_libraries
parameter:Note
If
shared_preload_libraries
has other extensions, then you can addpg_squeeze
to the list. The order doesn't matter.Add these changes to
postgresql.conf
:Restart Postgres.
Create the
pg_squeeze
extension in your database:
Note
When upgrading a database cluster with pg_squeeze
installed (either using pg_dumpall
/pg_restore
or pg_upgrade
), make sure that the new cluster has pg_squeeze
in shared_preload_libraries
before you upgrade. Otherwise the upgrade fails.
Could this page be better? Report a problem or suggest an addition!