Jailer icon indicating copy to clipboard operation
Jailer copied to clipboard

Ability to connect tables from different schemas/namespaces in PostgreSQL

Open ahmed1hsn opened this issue 8 months ago • 1 comments

For example, we have schema_one.table_one and schema_two.table_two. How can we connect those together?

ahmed1hsn avatar Apr 18 '25 17:04 ahmed1hsn

Create a new data model and first analyze “schema_one” and then “schema_two”. If schema_one.table_one and schema_two.table_two are connected via foreign key constraint, this is recognized automatically.

Wisser avatar Apr 18 '25 17:04 Wisser