Re: Making references - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Making references
Date
Msg-id Pine.BSF.4.21.0103270817540.68851-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Making references  ("bswiatek" <bswiatek@radom.net>)
List 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


pgsql-general by date:

Previous
From: Jean-Arthur Silve
Date:
Subject: .mdb to Postgres ?
Next
From: "Poul L. Christiansen"
Date:
Subject: Re: .mdb to Postgres ?