Deferred partial/expression unique constraints - Mailing list pgsql-hackers

From Andres Freund
Subject Deferred partial/expression unique constraints
Date
Msg-id 3672090.xE5MGnDR68@alap2
Whole thread Raw
Responses Re: Deferred partial/expression unique constraints
List pgsql-hackers
Hi,

I guess $subject wasn't implemented because plain unique indexes aren't 
represented in pg_constraint and thus do not have a place to store information 
about being deferred?
Other than that I do not see any special complications in implementing it?

Is there any reasons not to store unique indexes in pg_constraint in the 
future?

Greetings,

Andres



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID
Next
From: Jeff Davis
Date:
Subject: Re: reducing the overhead of frequent table locks, v4