Re: sql foregein key - Mailing list pgsql-sql

From Herbert Rabago Ambos
Subject Re: sql foregein key
Date
Msg-id Pine.LNX.4.10.10006132139150.2266-100000@hindang.msuiit.edu.ph
Whole thread Raw
In response to sql foregein key  (GANESH KUMAR <itsganesh@yahoo.com>)
List pgsql-sql
You need too add the library 'refint.so', which is included
in the package (prior to v7).  But you have to explicitly write a trigger
in order to do this.  Refer to the docs for more info.

However this problem is solved when you migrate to v7.

herbert

On Mon, 12 Jun 2000, GANESH KUMAR wrote:

> 
> sir ,
> 
>     i am working 6.5.2 postgresql 
> in creation foregein key in table 
> 
> syntax i am writing is
> 1)create table gk
> (sno  int primary key);
> 
> 2)create table kk
> (sno int references gk,
> sname varchar(2));
> i am getting message like this foregein key is not
> implemented .
> please write which version it supports .
> please send reply assp
> 
> ganesh 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.com
> 



pgsql-sql by date:

Previous
From: Jesus Aneiros
Date:
Subject: Re: Problem regarding 'select...as...'
Next
From: Thomas Mack
Date:
Subject: Re: postmaster: init.d/start