sql: missing foreign key introspection in pg_catalog #103135
Labels
A-tools-postgrest
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Describe the problem
Postgrest cannot identify the foreign key relationships between two tables.
To Reproduce
Here is a reproduction that does not require setting up Postgrest.
Then run the query that Postgrest uses to find foreign key relationships:
It returns 0 results.
Expected behavior
That query should return:
This expected output came from trying the same thing against PostgreSQL.
Jira issue: CRDB-27847
Epic CRDB-27601
The text was updated successfully, but these errors were encountered: