Re: drop key translation - Mailing list pgsql-general

From Chris
Subject Re: drop key translation
Date
Msg-id 4A85162B.2080107@gmail.com
Whole thread Raw
In response to drop key translation  (Skylar Saveland <skylar.saveland@gmail.com>)
List pgsql-general
Skylar Saveland wrote:
> alter table profile_projectexp drop key
> profile_projectexp_person_id_6fe12f6f;
>
> I think that this syntax is specific to mysql.  can someone translate?

drop index profile_projectexp_person_id_6fe12f6f;

--
Postgresql & php tutorials
http://www.designmagick.com/


pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: drop key translation
Next
From: Radoslaw Zielinski *EXTERN*
Date:
Subject: Re: 8.4.0 bug - failure to enforce a foreign key constraint