Re: Syntax error in DROP CONSTRAINT - Mailing list pgsql-novice

From Stephan Szabo
Subject Re: Syntax error in DROP CONSTRAINT
Date
Msg-id 20041117064315.B17486@megazone.bigpanda.com
Whole thread Raw
In response to Syntax error in DROP CONSTRAINT  ("Rajan Bhide" <rbhide@starentnetworks.com>)
List pgsql-novice
On Wed, 17 Nov 2004, Rajan Bhide wrote:

> Hi Forum,
>
> I need to add a colume to existing composite primary key on a table.
> I tried using following:
> >> ALTER TABLE DROP CONSTRAINT tablename_pkey;
> >> ALTER TABLE ADD CONSTRAINT PRIMARY KEY (col1, col2, col3, new_col4);
>
> When I try this using Postgres 7.2.4 I get psql syntax error in DROP
> CONSTRAINT.
> ERROR:  parser: parse error at or near ";"

I believe 7.2 requires RESTRICT at the end and the online docs imply that
it won't remove primary keys in any case so you'll probably need to drop
the index that was created for the constraint instead of using DROP
CONSTRAINT.


pgsql-novice by date:

Previous
From: "Vishal Kashyap @ [SaiHertz]"
Date:
Subject: Re: upgrade from postgres 7.3.2
Next
From: sarlav kumar
Date:
Subject: Re: upgrade from postgres 7.3.2