Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane <tgl@sss.pgh.pa.us>
Add exclusion constraints, which generalize the concept of uniqueness to support any indexable commutative operator, not just equality. Two rows violate the exclusion constraint if "row1.col OP row2.col" is TRUE for each of the columns in the constraint. Jeff Davis, reviewed by Robert Haas