pg_describe_table
Retrieve column details for any table in a Postgres database, filtered by schema, to understand table structure.
Instructions
Describe the columns of a table in the specified schema of a configured Postgres connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | Schema to filter by. Defaults to the connection's defaultSchema (or 'public'). | |
| connectionId | No | Id of the postgres connection to use, from databases.config.yml. Optional when only one postgres connection is configured. |