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:
- PostgreSQL contrib modules and utilities
-
Extensions authored by Percona:
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.