Re: foreign keys - script
Stephan Szabo <sszabo@megazone23.bigpanda.com>
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: Adam Lang <aalang@rutgersinsurance.com>
Cc: PGSQL General <pgsql-general@postgresql.org>
Date: 2000-08-29T17:50:41Z
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@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