duckdb / postgres_scanner

MIT License
194 stars 35 forks source link

Fix #190 - Query constraints from Postgres metadata #196

Closed Mytherin closed 3 months ago

Mytherin commented 3 months ago

Fix #190

When querying table information from postgres, also query the pg_constraint table to find unique/primary key constraints.