Thread: foreign keys

foreign keys

From
"Dionisio Barrantes Blanco"
Date:
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

From
Marin D
Date:
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
->