Re: Foreing key

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: Miguel <mvillagomez(at)sayab(dot)com(dot)mx>
Cc: Postgres <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Foreing key
Date: 2006-08-14 21:24:53
Message-ID: c2d9e70e0608141424o50360744nc292a65d01636680@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

> Ahora si tengo dudas :), bueno; mi pregunta es si se puede hacer una tabla
> que tenga una llave foranea a varias tablas:
>
[...snip...]
>
>
> ERROR: there is no unique constraint matching given keys for referenced
> table "proyecto".

el error no es que no se pueda crear una tabla con relaciones a
distintas tablas, el problema es que el campo al que estas haciendo
referencia debe tener un indice unico definido, en este caso el campo
id_proyecto en la tabla proyecto.

un indice unico lo declaras declarando la columna como PRIMARY KEY,
UNIQUE, o con CREATE UNIQUE INDEX

--
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 Leonel Nunez 2006-08-14 21:56:08 Re: Foreing key
Previous Message Miguel 2006-08-14 21:17:05 Foreing key