pg_list_schemas
List all database schemas using a PostgreSQL connection ID, enabling quick inspection of schema structure and organization.
Instructions
List all database schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | No | Id of the postgres connection to use, from databases.config.yml. Optional when only one postgres connection is configured. |