Re: Making references

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: bswiatek <bswiatek(at)radom(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Making references
Date: 2001-03-27 16:20:06
Message-ID: Pine.BSF.4.21.0103270817540.68851-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 26 Mar 2001, bswiatek wrote:

Assuming you're doing these in this order, this can't
succeed. LECZENIE referenes WIZYTY which isn't
created yet as do some other tables, which causes
those tables not to exist later when you reference
them. If you want to make circular trees of references
you need to use ALTER TABLE ADD CONSTRAINT to
add the foreign key constraints after the create
tables.

> Hi
> Can you tell me what I've done wrong writting that base.
> Queries doesn't work.
> That's bash script code which makes tah base

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Poul L. Christiansen 2001-03-27 16:34:44 Re: .mdb to Postgres ?
Previous Message Mathijs Brands 2001-03-27 16:06:17 Re: Re: Call for platforms