Configuring pg_ivm

Configure pg_ivm by following these steps:

  1. Add pg_ivm to the shared_preload_libraries parameter in your postgresql.conf file:

    shared_preload_libraries = 'pg_ivm'
    Note

    If shared_preload_libraries has other extensions, then you can add pg_ivm to the list. The order doesn't matter.

  2. Restart Postgres server to apply the changes.

  3. Create the pg_ivm extension in your database:

    CREATE EXTENSION pg_ivm;

Could this page be better? Report a problem or suggest an addition!