Re: drop key translation

From: Chris <dmagick(at)gmail(dot)com>
To: Skylar Saveland <skylar(dot)saveland(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: drop key translation
Date: 2009-08-14 07:45:47
Message-ID: 4A85162B.2080107@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Radoslaw Zielinski *EXTERN* 2009-08-14 08:03:37 Re: 8.4.0 bug - failure to enforce a foreign key constraint
Previous Message A. Kretschmer 2009-08-14 07:45:30 Re: drop key translation