Installing and Uninstalling a Plugin on the RDS Console¶
Scenarios¶
RDS allows you to install and uninstall plugins on the console.
RDS for PostgreSQL plugins only take effect on the databases you created the plugins for. To use a plugin on databases, it has to be created separately for each database.
Prerequisites¶
Before installing or uninstalling plugins, ensure that there are databases in your instance.
Precautions¶
plpgsql is a built-in plugin and cannot be uninstalled.
Logical replication plugins, such as decoderbufs and wal2json, can be used as-is. There is no installation required.
Some plugins depend on the shared_preload_libraries parameter. They can be installed only after related libraries are loaded.
pg_cron is only available to RDS for PostgreSQL 12 (12.11.0 and later), 13, and 14. Before using this plugin, change the value of cron.database_name to the name of the database this plugin is used for (only one database is supported), and change the value of cron.use_background_workers to on.
pltcl is not supported for RDS for PostgreSQL 13.2. To use this plugin, upgrade your instance to the latest minor version.
Installing or uninstalling some plugins will cause their dependent plugins and tables to be installed or uninstalled synchronously. For example, when you install or uninstall postgis, postgis_sfcgal will be installed or uninstalled at the same time.
Installing and Uninstalling a Plugin¶
Log in to the management console.
Click
in the upper left corner and select a region.
Click Service List. Under Database, click Relational Database Service.
On the Instances page, click the instance name.
In the navigation pane, choose Plugins.
In the Database drop-down list above the plugin list, select the database where the plugin is to be installed.
Locate the plugin to be installed and click Install in the Operation column.
To uninstall a plugin, click Uninstall.