Foreign Key ??

From: David Jackson <cjamblue(at)smokies(dot)amnix(dot)com>
To: pgsql-novice(at)hub(dot)org
Cc: pgsql-sql(at)hub(dot)org
Subject: Foreign Key ??
Date: 1998-11-08 16:59:17
Message-ID: Pine.BSF.3.96.981108094812.14737A-100000@smokies.amnix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Good-day,
How are foreign keys implemented in PostgresSQL ?
I tried using the following statment:
CREATE TABLE orders(
order_no int primary key,
client_name char(30),
CONSTRAINT NAME_FK FOREIGN KEY (client_name)
REFERENCES client(client_name)
);
This results in FUNCTION NOT IMPLETEMENTED error.

Thanks for you time
David Jackson

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Fabio Mancinelli 1998-11-09 09:49:36 Re: [SQL] Foreign Key ??
Previous Message Andrew Mather (Powered By Linux) 1998-11-08 15:41:49 (Fwd) Hi and some advice on Dates