Re: Foreign Key Implementation
От | Mathijs Brands |
---|---|
Тема | Re: Foreign Key Implementation |
Дата | |
Msg-id | 20000405030433.A6413@ilse.nl обсуждение исходный текст |
Ответ на | Foreign Key Implementation ("Drozdowski, Catharine I" <Drozdowski.Catharine@emeryworld.com>) |
Ответы |
Re: Foreign Key Implementation
|
Список | pgsql-sql |
On Tue, Apr 04, 2000 at 11:19:56PM -0000, Drozdowski, Catharine I allegedly wrote: > Hi All, > I had my first go at Postgres today. So far so good. But I need to know how > to implement foreign keys using postgres. I did not find anything in the > documentation and several searches on "foreign" key produced nothing. > > Does Postgres have foreign key functionality. And if not why and when??? I'm no expert on this, but PostgreSQL does have a foreign key implementation, albeit a somewhat cumbersome IMO. You should look the refint (referential integrity) stuff in the contrib directory of the sourcetree. Since I don't have a sourcetree lying around at the moment, I can't verify the exact name of the directory. The goodies may be located in the SDI (or something similar) directory. What it boils down to is that you use triggers to enforce referential integrity. It works just fine, but is a bit labourious to setup. My 0.02 EU, Mathijs
В списке pgsql-sql по дате отправления: