foreign key

From: soundar rajan <psrajan(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: foreign key
Date: 1999-10-27 19:12:35
Message-ID: 19991027191235.373.rocketmail@web2104.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Can any one please let me know the alternative of
"foreign key" referential integrity. I'v pg 6.5.2
under Linux. I'm not able to use the foreign key
reference. when I say "create table emp (id int, dno
int foreign key references dept(dno));

the error message points to "foreign" key. Can any
one help me in this solving theis problem.

=====
Thanks.
Soundar.
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aaron J. Seigo 1999-10-27 19:15:22 Re: [GENERAL] Auto Ordering
Previous Message Aaron J. Seigo 1999-10-27 18:44:04 Re: [GENERAL] Auto Ordering