List installed extensions
pg_list_extensionsList installed PostgreSQL extensions with version, schema, and description to verify availability of pgvector, PostGIS, and others before writing dependent queries.
Instructions
List installed PostgreSQL extensions. Returns name, version, schema, and description. Useful to check for pgvector, postgis, pg_stat_statements, uuid-ossp, etc. before writing queries that rely on them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes |