Обсуждение: foreign keys

Поиск
Список
Период
Сортировка

foreign keys

От
"Dionisio Barrantes Blanco"
Дата:
Somebody can tell me how Postgres solves the referential integrity problem. I think I can't use 'constraints'  for foreign keys. ¿What's the easier way to declare and manage foreign keys? .
 
Thanks
Dionisio Barrantes

Re: [SQL] foreign keys

От
Marin D
Дата:
Take a look at the contrib/spi/refint* under your PostgreSQL source
tree...

    Marin

          -= Why do we need gates in a world without fences? =-


On Tue, 23 Jun 1998, Dionisio Barrantes Blanco wrote:

->Somebody can tell me how Postgres solves the referential integrity problem. I think I can't use 'constraints'  for
foreignkeys. �What's the easier way to declare and manage foreign keys? . 
->
->Thanks
->Dionisio Barrantes
->