get_relations
Retrieve foreign-key relationships (outgoing and incoming) for a table to understand data-flow impact before writing.
Instructions
Foreign-key relationships for a table: outgoing (FKs this table
declares) and incoming (other tables referencing this one). Use this to
understand the data-flow impact before any write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||