Re: [SQL] foreign key implementation

From: wieck(at)debis(dot)com (Jan Wieck)
To: "Pausas Fuentes, Jaume" <JPausas(at)alehop(dot)com>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] foreign key implementation
Date: 2000-01-27 17:27:48
Message-ID: m12Dshw-0003kGC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Hi
>
> Anybody have an implementation of the sql foreign key?
>
> Reading the manual it says that I must use the create trigger command
> but how to implement a procedure to do what foreing key does?

The current development tree includes this. Will be released
with version 7.0. Not completely finished up to now, but
enough to get a feeling.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#========================================= wieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Nicolas Huillard 2000-01-27 17:52:07 RE: [GENERAL] Problem with SELECT on large negative INT4
Previous Message Jan Wieck 2000-01-27 17:26:31 Re: [SQL] Rules, triggers, ??? - What is the best way to enforce data-valid ation tests??