The page has been translated by Gen AI.

Extension use

EPAS(DBaaS) Extension usage

Note
The list of extensions included in each EPAS version can be found on the PostgreSQL official page.

The list of Extensions that can be installed in the current database can be checked with the following SQL sentence.

SQL> select * from pg_available_extensions;

In EPAS(DBaaS), the items that are installed additionally, excluding the default Extensions included in each version, are as follows.

Extension NameDescription
pg_crona scheduler that allows job scheduling with cron syntax within the database
pgvectorVector data type and similarity search, etc. AI vector operation function provided
postgisGIS (Geographic Information System) provides spatial object storage and spatial query functionality
Table. EPAS(DBaaS) Extension Basic Installation Items

In addition to the above items, if additional Extension installation is required, please refer to Support Center > Inquiry for inquiries.

  • Once your inquiry is received, we will review and proceed with the installation. Please note that some Extensions may not work properly during Replica configuration and recovery.
Configuring Read Replica
Release Note