Re: Deferred partial/expression unique constraints

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Deferred partial/expression unique constraints
Date: 2011-07-12 18:26:46
Message-ID: 4E1C91E6.4080408@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 7/12/11 9:46 AM, Andres Freund wrote:
> 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?

Um, I thought that deferrable unique constraints were a 9.0 feature, no?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2011-07-12 18:27:20 Re: Full GUID support
Previous Message Josh Berkus 2011-07-12 18:24:06 Re: Full GUID support