Remove unnecessary outer join in PG domains reflection query

Issue #2473 resolved
Former user created an issue

The query for PostgreSQL domains (issued on each table reflection) left-outer-joins to pg_catalog.pg_constraint but does not reference any column from that table.

Attached patch against tip removes the join.

Comments (5)

  1. Log in to comment