Re: foreign keys - script

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "Stephan Szabo" <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: foreign keys - script
Date: 2000-08-29 17:59:51
Message-ID: 013501c011e2$ee14de40$330a0a0a@Adam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)megazone23(dot)bigpanda(dot)com>
To: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
Cc: "PGSQL General" <pgsql-general(at)postgresql(dot)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(at)bigpanda(dot)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
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-08-29 18:00:13 Re: foreign keys - script
Previous Message Stephan Szabo 2000-08-29 17:50:41 Re: foreign keys - script