Here's are related tickets:
https://code.djangoproject.com/ticket/22673 - inspectdb doesn't support
database schema on postgresql with name different of "public"
https://code.djangoproject.com/ticket/6148 - Add generic support for
database schemas
On Tuesday, July 25, 2017 at 8:53:40 AM UTC-4, N
Hi there,
The Postgres introspection backend's get_constraints function will only
pull in constraints from the 'public' schema*
(https://github.com/django/django/blob/stable/1.11.x/django/db/backends/postgresql/introspection.py#L186).
This has the effect that calling get_constraints() for a da