Re: Copy From & Insert UNLESS - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Copy From & Insert UNLESS
Date
Msg-id 200602061449.14298.josh@agliodbs.com
Whole thread Raw
In response to Re: Copy From & Insert UNLESS  (James William Pye <pgsql@jwp.name>)
List pgsql-hackers
James,

> The difficulty of my implementation comes from the position that I don't
> think the current implementation of UNIQUE constraints is ideal. It is
> "hidden" inside nbtree, which, while convenient, is not likely to be the
> best place for it. 

Agreed; one of the things that's been on the TODO list for quite a while is 
real deferrable unique constraints that would allow for (for example) 
reordering of a UNIQUE column inside a transaction.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: James William Pye
Date:
Subject: Re: Copy From & Insert UNLESS
Next
From: Márcio A. Sepp
Date:
Subject: Problems with createlang - windows