Re: Restricciones Foreign Keys

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: juanmi <juanmi(at)planalfa(dot)es>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Restricciones Foreign Keys
Date: 2006-10-06 01:42:03
Message-ID: c2d9e70e0610051842q790210eftb9a0b6ea97607160@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 10/4/06, juanmi <juanmi(at)planalfa(dot)es> wrote:
> Tanto en Mysql como en Postgres la creacion de FK la hago sin problemas (mas
> facil en postgres), pero el problema me viene con lo siguiente, os pongo un
> ejemplo, al crear la tabla empresa esta tabla tiene un campo llamado
> director (FK de la tabla empleados) y al crear la tabla empleados, esta
> tabla tiene un campo empresa (FK de la tabla empresa), la creacion de estas
> dos tablas ya viola las referencias, nn Mysql lo solucionaba de la siguiente
> forma:
>
>
>
> SET FOREIGN_KEY_CHECKS = 0;
>

tendrias que usar constraints DEFERRABLE, te aconsejo que leas estos enlaces:

http://www.postgresql.org/docs/8.1/static/sql-createtable.html
http://www.postgresql.org/docs/8.1/static/sql-set-constraints.html

--
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

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Genaro Gambino 2006-10-06 13:49:01 Respaldos AUTOMATICOS MASIVOS (BD) o DETALLADOS (x Tablas BD)?
Previous Message Felipe Amezquita 2006-10-05 12:54:11 crear arrays de un tipo