schema_get_relations
Retrieve foreign key relationships for a table. Specify the table name and optionally the schema to see its connections.
Instructions
Get foreign key relationships for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: public) | public |
| table_name | Yes | Name of the table |