get_table_relationships
Retrieve foreign key relationships for a specified table in a PostgreSQL database to understand and analyze table dependencies within the schema.
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 |