Managing Greenplum® extensions
Managed Service for Greenplum® supports some Greenplum® extensions. For more information, refer to the full list of available extensions and their versions.
Retrieving a list of extensions available to install
Connect to the selected database and run:
SELECT * FROM pg_available_extensions();
This will display a list of DB extensions available to install:
name | default_version | comment
------------------------+-----------------+------------------------------
diskquota | 1.0 | Disk Quota Main Program
...
Retrieving a list of installed extensions
Connect to the selected database and run:
SELECT extname FROM pg_extension;
A list of extensions installed in the DB is displayed:
extname
-------------------
plpgsql
...
Editing a list of installed extensions
Connect to the selected database and run:
CREATE EXTENSION <extension_name>;
For more information, see the Greenplum® documentation
Supported Greenplum® extensions
Extension |
Version |
citext |
1.0 |
dblink |
1.1 |
diskquota |
1.0 |
fuzzystrmatch |
1.0 |
gp_internal_tools |
1.0.0 |
hstore |
1.3 |
pgcrypto |
1.1 |
plperl |
1.0 |
plpgsql |
1.0 |
postgis |
2.1.5 |
postgres_fdw |
1.0 |
pxf |
2.0 |
uuid-cb |
1.0 |
Yezzey. Yandex Cloud extension |
1.8 |
Greenplum® and Greenplum Database® are registered trademarks or trademarks of VMware, Inc. in the United States and/or other countries.