List extensions
list_extensionsRetrieve a list of installed PostgreSQL extensions in a database, reporting each extension's name and version.
Instructions
List the extensions installed in the database. Returns a list of objects with name and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Optional: target a configured secondary (read-only) database by name; omit for the primary. Call list_databases to see the configured ids. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |