list_foreign_keys
List foreign key relationships between tables to reveal data model associations and join paths in PostgreSQL.
Instructions
List foreign key relationships between tables to understand data model associations and joins
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Optional table name to filter relations for a specific table | |
| schema | No | Schema name (default: "public") | public |