pg_list_extensions
Check which PostgreSQL extensions are installed, including version, schema, and description, before writing queries that depend on them.
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 | |||