Re: [HACKERS] 6.6 release - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: [HACKERS] 6.6 release
Date
Msg-id 38521922.FCEAD38E@tm.ee
Whole thread Raw
In response to Re: [HACKERS] 6.6 release  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
Responses Re: [HACKERS] 6.6 release
List pgsql-hackers
"D'Arcy J.M. Cain" wrote:
> 
> Thus spake Jan Wieck
> >     As  far  as  I  see it now, I can get the FK stuff with MATCH
> >     FULL ready by February first. Must be enough.
> 
> Any chance of getting the FK semantics into the parser right away even
> though it is ignored?

We do have foreign key syntax in parser

hannu=> create table foreign_tab(
hannu->   f int,
hannu->   foreign key(f) references primary_tab (i)
hannu-> );
NOTICE:  CREATE TABLE/FOREIGN KEY clause ignored; not yet implemented

What do you mean by semantics here ? 
Should it check that the primary table and field(s) exist ?

------------------
Hannu


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] LONG
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] pg_dump primary keys