REFERENCES in a field - Mailing list pgsql-novice

From Fernando M. Maresca
Subject REFERENCES in a field
Date
Msg-id Pine.LNX.4.21.0010292028290.1389-100000@pichuco.lpqlp.com.ar
Whole thread Raw
Responses Re: REFERENCES in a field
List pgsql-novice
Hi!
 When I try to insert a FOREIGN KEY in a field while I'm create a table
with psql in the form:

create table table (
field1 CHAR(10) PRIMARY KEY,
field2 CHAR(10) REFERENCES table0
);

psql returns an error that tells "FOREIGN KEYS not implemented yet".
I'm running Postgres version 6.5.3, which version supports foreign keys?

Thank you,
Fernando





pgsql-novice by date:

Previous
From: Radim Kolar
Date:
Subject: There are only 4 bytes per OID
Next
From: Larry Rosenman
Date:
Subject: Re: REFERENCES in a field