Configuring pg_ivm
Configure pg_ivm by following these steps:
Add pg_ivm to the
shared_preload_librariesparameter in yourpostgresql.conffile:shared_preload_libraries = 'pg_ivm'
Note
If
shared_preload_librarieshas other extensions, then you can add pg_ivm to the list. The order doesn't matter.Restart Postgres server to apply the changes.
Create the pg_ivm extension in your database:
CREATE EXTENSION pg_ivm;
Could this page be better? Report a problem or suggest an addition!