referential integrity

Поиск
Список
Период
Сортировка
От Michelle Anderson
Тема referential integrity
Дата
Msg-id DB5C82C00827D211971F0000F8EF7D7E015C509C@zired000.europe.nortel.com
обсуждение исходный текст
Ответы Re: referential integrity
Список pgsql-general

Please could someone help me my database does not have referential integrity.  I want to be able to delete a primary key in one table and for it to delete anything relating to it below ( same with update).

i.e table product               primary key product_name

     table release              primary key release_id 
                        product_name field references product_name in product table
I get a message to screen that says

NOTICE:  CREATE TABLE/FOREIGN KEY clause ignored; not yet implemented
               
thanks in advance for any help whatsoever.

Michelle Anderson

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

Предыдущее
От: "Peeter Smitt"
Дата:
Сообщение: nested table
Следующее
От: "riccardo"
Дата:
Сообщение: View table relationship