Re: dropping constraints - Mailing list pgsql-admin

From Kevin Kempter
Subject Re: dropping constraints
Date
Msg-id 201009012124.30922.cs_dba@consistentstate.com
Whole thread Raw
In response to Re: dropping constraints  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
]
> Kevin Kempter <cs_dba@consistentstate.com> writes:
> > we have a few not null constraints we want to drop on very large tables.
> > Unfortunately the drop's are taking hours. Is there a way to drop a not
> > null constraint via the system catalogs?
>
> Dropping a NOT NULL constraint is a trivial operation.  The problem is
> probably that you are blocked waiting to get a lock on the table.
> Look for idle-in-transaction sessions that are holding locks on the
> target table.
>
>             regards, tom lane

thanks

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: dropping constraints
Next
From: Willy-Bas Loos
Date:
Subject: Re: Query Optimization with Partitioned Tables