Foreign Key ?? - Mailing list pgsql-sql

From David Jackson
Subject Foreign Key ??
Date
Msg-id Pine.BSF.3.96.981108094812.14737A-100000@smokies.amnix.com
Whole thread Raw
Responses Re: [SQL] Foreign Key ??  (Fabio Mancinelli <mancinel@univaq.it>)
List 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


pgsql-sql by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [SQL] newline in text field
Next
From: "W.H. Dekker"
Date:
Subject: Re: [NOVICE] (Fwd) Hi and some advice on Dates