Skip to content

Extensions

Percona Distribution for PostgreSQL includes a set of extensions that have been tested to work together. These extensions enable you to efficiently solve essential practical tasks to operate and manage PostgreSQL.

The set of extensions includes the following:

Additionally, see the list of PostgreSQL software covered by Percona Support.

Install an extension

To use an extension, install it. Run the CREATE EXTENSION command on the PostgreSQL node where you want the extension to be available.

The user should be a superuser or have the CREATE privilege on the current database to be able to run the CREATE EXTENSION command. Some extensions may require additional privileges depending on their functionality. To learn more, check the documentation for the desired extension.

Get expert help

If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.