Re: Foreign Key Implementation

Поиск
Список
Период
Сортировка
От Alexey V. Meledin
Тема Re: Foreign Key Implementation
Дата
Msg-id 15435.000405@webclub.ru
обсуждение исходный текст
Ответ на Foreign Key Implementation  ("Drozdowski, Catharine I" <Drozdowski.Catharine@emeryworld.com>)
Ответы Re: Foreign Key Implementation  (Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>)
Список pgsql-sql
Hi, I!

Wednesday, April 05, 2000, 3:19:56 AM, you wrote:


DCI>But I need to know how to implement foreign keys using postgres. I did not find anything in the
DCI> documentation and several searches on "foreign" key produced nothing.
There is no way to implement foreign keys. Data will always be copy
when you'll try to pass it as FK.
DCI> Does Postgres have foreign key functionality. And if not why and when???
postgresql 7.0 coming

So, with posgres 6.* you can implement only relational integrity. I
Use Erwin and it's macroses to implement automatic RI creation.


Regards, Alexey V. Meledin
InterForge Developers Group, Saint-Petersburg
look_to: <www.etcompany.ru><www.businessweb.ru>
<www.inplan.spb.ru><www.pia.ru>>>>>>>>>>>>>>>>>
mail_to: <avm@webclub.ru><nick_as: <cureman>>>>




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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: postgresql 7.0
Следующее
От: Kovacs Zoltan Sandor
Дата:
Сообщение: Re: Foreign Key Implementation