Installing pg_ivm

pg_ivm is supported on the same platforms as the Postgres distribution you're using. Support for pg_ivm starts with Postgres 14. For details, see:

Installation

Before you begin the installation process:

Install the package

The syntax for the package install command is:

sudo <package-manager> -y install edb-<postgres><postgres_version>-pg-ivm1

Where:

  • <package-manager>is the package manager used with your operating system:

    Package managerOperating system
    dnfRHEL 8/9 and derivatives
    zypperSLES
    apt-getDebian and derivatives
  • <postgres> is the distribution of Postgres you're using:

    Postgres distributionValue
    PostgreSQLpg
    EDB Postgres Advanced Serveras
    EDB Postgres Extended Serverpostgresextended
  • <postgres_version> is the version of Postgres you're using.

For example, to install pg_ivm for EDB Postgres Advanced Server 15 on a RHEL 8 platform:

sudo dnf -y install edb-as15-pg-ivm1

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