Re: Ayuda - problemas en eliminacion de contraints de claves foraneas

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Geronimo Diaz" <gdiaz(at)vlex(dot)com>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Ayuda - problemas en eliminacion de contraints de claves foraneas
Date: 2007-02-19 16:31:36
Message-ID: c2d9e70e0702190831q2561b5c9qc6faa06d3d7723eb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 2/19/07, Geronimo Diaz <gdiaz(at)vlex(dot)com> wrote:
> ALTER TABLE vlex.log_busquedas DROP CONSTRAINT "FK_Log_busquedas_sesion_id"
> CASCADE;
> ERROR: «PK_log_sesiones» es un índice
>

por que usas cascade? como creaste las tablas? acabo de hacer la
prueba con dos tablas y no me da el error que mencionas

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2007-02-19 16:35:55 Re: QNX, RTOS y Postgres
Previous Message Gabriel Colina 2007-02-19 16:31:33 RE: Cambio de Version de PostgreSQL