Re: [HACKERS] 6.6 release

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] 6.6 release
Date: 1999-12-11 09:28:02
Message-ID: 38521922.FCEAD38E@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-12-11 12:47:31 Re: [PATCHES] pg_dump primary keys
Previous Message Bruce Momjian 1999-12-11 06:03:05 Re: [HACKERS] LONG