The page has been translated by Gen AI.

Extension Usage

Using EPAS(DBaaS) Extension

Reference
You can view the list of extensions included in each EPAS version on the PostgreSQL official page.

You can view the list of extensions that can be installed in the current database with the SQL statement below.

SQL> select * from pg_available_extensions;

In EPAS(DBaaS), the items installed in addition to the default extensions included per version are as follows.

Extension nameExplanation
pg_cronA scheduler that can schedule jobs using cron syntax within the database.
pgvectorProvides AI vector operation features such as vector data types and similarity search.
postgisProvides GIS (Geographic Information System) spatial object storage and spatial query functionality
Table. EPAS (DBaaS) Extension basic installation items

If you need to install additional extensions beyond the items above, refer to Support Center > Inquiry and contact us.

  • After a request is received, we will review it and proceed with installation. Please note that some extensions may not function properly during replica configuration and recovery.
EPAS(DBaaS) Server Connection
Release Note