List extensions
list_extensionsList installed PostgreSQL extensions with names and versions. Determine which extensions are available for use.
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 |