Thread

  1. foreign keys

    Dionisio Barrantes <barrante@teleline.es> — 1998-06-23T14:15:44Z

    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
    
  2. Re: [SQL] foreign keys

    Marin D <marin@cybernet.bg> — 1998-06-24T14:51:31Z

    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 foreign keys. What's the easier way to declare and manage foreign keys? .
    ->
    ->Thanks
    ->Dionisio Barrantes
    ->