Foreign Key Question

Поиск
Список
Период
Сортировка
От Tuan Luu
Тема Foreign Key Question
Дата
Msg-id 40273DD0.6030004@gmx.ch
обсуждение исходный текст
Ответы Re: Foreign Key Question  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: Foreign Key Question  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-admin
Example:

Table 1:
Inventory, Productnr, Productserial
(PK Inventory, Prouctnr)

Table 2:
Pruductnr, Produktdesc, Productversion
(PK Productnr; FK Productnr)

This Construct gives me an error during the creation in Postgresql
(saying there is no unique constraint matching given keys for referenced
table xxxx). The Primary Key in table 1 consists of two columns. In the
second table there is a foreign key refencing to the first table.

A unique constraint doesn't make sense on table one. Am I missing
something here?
Thanks for any answer
Tuan

В списке pgsql-admin по дате отправления:

Предыдущее
От: Victor Sudakov
Дата:
Сообщение: getting postgresql-7.4.1 statistics
Следующее
От: Naomi Walker
Дата:
Сообщение: Distributed Environment