Re: foreign keys - script

Adam Lang <aalang@rutgersinsurance.com>

From: "Adam Lang" <aalang@rutgersinsurance.com>
To: "Stephan Szabo" <sszabo@megazone23.bigpanda.com>
Cc: "PGSQL General" <pgsql-general@postgresql.org>
Date: 2000-08-29T17:59:51Z
Lists: pgsql-general
Nope, I'm running 6.5.  Besides upgrading to 7 (I tried once and it was a
pain in the ass.  I'm running RedHat6.2 and I only had about a million
dependencies to update also... one which I never got working...), what can I
do? Technically I really don't need the references, just a nice addition.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Stephan Szabo" <sszabo@megazone23.bigpanda.com>
To: "Adam Lang" <aalang@rutgersinsurance.com>
Cc: "PGSQL General" <pgsql-general@postgresql.org>
Sent: Tuesday, August 29, 2000 1:50 PM
Subject: Re: [GENERAL] foreign keys - script


> What version are you using?  It wasn't implemented until 7.0
> and the script you gave appeared to basically work on my 7.0.2
> machine.  (At least the fk triggers were in pg_trigger after
> running it.)
>
> Stephan Szabo
> sszabo@bigpanda.com
>
> On Tue, 29 Aug 2000, Adam Lang wrote:
>
> > I'm also having a problem with my references.
> >
> > In the script below, I get this error after each references statement:
> > NOTICE:  CREATE TABLE/FOREIGN KEY clause ignored; not yet implemented
>