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 Name | Description |
|---|---|
| pg_cron | a scheduler that allows job scheduling with cron syntax within the database |
| pgvector | Vector data type and similarity search, etc. AI vector operation function provided |
| postgis | GIS (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.