Re: foreign keys - script

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>
Subject: Re: foreign keys - script
Date: 2000-08-29 17:50:41
Message-ID: Pine.BSF.4.10.10008291048350.55452-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 Adam Lang 2000-08-29 17:59:51 Re: foreign keys - script
Previous Message Adam Lang 2000-08-29 17:30:25 Re: SQL scripts - sequences