Extensions that require additional Instantiation steps

There is a group of extensions requires additional setup on a per database basis. This usually require SQL to run as the superuser to create or drop the extension. This is usually the CREATE EXTENSION or DROP EXTENSION commands but may also be additional statements depending on the extension. To preserve aspects of security and superuser integrity we have added a mechanism via the API and console to perform these operations on your cluster.

You can verify the list of active extension on your database with the following command in psql terminal

Example output:

Create Extension

The create extension operation instantiates the specified extension for the provided list of databases.

Via API

PostgreSQL extension can be instantiated for a database with the create extension API

Example

Via Console

Step 1.

First navigate to the PostgreSQL Extension Page. Then select the create tab.

Step 2.

Select the Extension and type in the name of the database you wish to create the extension in. You may use a comma separated list to specify more than one database. Press the Create Extension button.

Drop Extension

Via API

PostgreSQL extension can be dropped from a database with the drop extension API

Example

Via Console

Step 1.

First navigate to the PostgreSQL Extension Page. Then select the drop tab.

Step 2.

Select the Extension and type in the name of the database you wish to drop the extension in. You may use a comma separate list to specify more than one database. Press the Drop Extension button.

Select the Extension and type in the name of the database you wish to drop the extension in. You may use a comma separate list to specify more than one database. Press the Drop Extension button.

By Instaclustr Support
Need Support?
Experiencing difficulties on the website or console?
Already have an account?
Need help with your cluster?
Contact Support
Why sign up?
To experience the ease of creating and managing clusters via the Instaclustr Console
Spin up a cluster in minutes