Implementing Mutual Exclusion Constraints with Exclude2018-04-06·854 words·5 minsPostgreSQL PG Development SQLExclude constraint is a PostgreSQL extension that can implement more advanced and sophisticated database constraints.
Distinct On: Remove Duplicate Data2018-04-06·557 words·3 minsPostgreSQL PG Development SQLUse Distinct On extension clause to quickly find records with maximum/minimum values within groups