8.3.14. PostgreSQL extensions

Important points:

  • When enabling an extension, all its dependencies (if any) are automatically enabled.
  • For some extensions, you need to enable preloading in the settings.
  • When disabling an extension, its dependencies are checked. If any extension depends on the current one, instead of disabling it, a message is displayed stating that the dependent extension must be disabled first.

PostgreSQL extensions are configured individually for each database in the "PostgreSQL" section of the "Databases" tab with the 🔌 ("Extensions") button:

Enabling and disabling extensions is performed without restarting the instance:

List of available extensions:

  1. pg_cron (before enabling, you need to specify the name of the current DB in the "cron.database_name" field in the instance settings).
目录