Re: Question Regarding Unique Index on Table

From: Kenneth Marshall <ktm(at)rice(dot)edu>
To: "Ozer, Pam" <pozer(at)automotive(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Question Regarding Unique Index on Table
Date: 2010-09-23 18:33:02
Message-ID: 20100923183302.GB17736@aart.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

9.0 allows you to defer unique constraints.

Ken

On Thu, Sep 23, 2010 at 10:18:39AM -0700, Ozer, Pam wrote:
> Is it possible to disable a unique index? I have a process that's
> running that inserts duplicate records into a table and then does a
> cleanup afterwards. I know that I can drop the index and rebuild. I
> just didn't know if there was disable the uniqueness temporarily.
>
>
>
> thanks
>
>
>
> Pam Ozer

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rob Sargent 2010-09-23 18:43:58 Re: pg_config -less
Previous Message Ozer, Pam 2010-09-23 17:18:39 Question Regarding Unique Index on Table