Re: Question Regarding Unique Index on Table - Mailing list pgsql-sql

From Kenneth Marshall
Subject Re: Question Regarding Unique Index on Table
Date
Msg-id 20100923183302.GB17736@aart.is.rice.edu
Whole thread Raw
In response to Question Regarding Unique Index on Table  ("Ozer, Pam" <pozer@automotive.com>)
List 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


pgsql-sql by date:

Previous
From: "Ozer, Pam"
Date:
Subject: Question Regarding Unique Index on Table
Next
From: Tarlika Elisabeth Schmitz
Date:
Subject: identifying duplicates in table with redundancies