Re: Can this be done?

From: Ashley Clark <aclark(at)ghoti(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can this be done?
Date: 2000-11-15 05:49:00
Message-ID: 20001114234900.A5890@ghoti.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Tom Lane in "Re: [GENERAL] Can this be done?" dated 2000/11/15 00:42
* wrote:

> Ashley Clark <aclark(at)ghoti(dot)org> writes:
> > Can I defer constraint checking on unique indexes?
>
> No, not at present. Consider restructuring your UPDATE into
> sequential steps so that the intermediate states can't cause index
> failures. Or just don't make the index unique...

Ok, I can live with that. Is this something that's planned for in the
future?

--
shaky recall

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Farley 2000-11-15 05:53:23 FOREIGN KEY DEFERRABLE
Previous Message Ivan Janssen 2000-11-15 05:43:56 Use of variables within a select statement in a function