Re: Making references

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Making references
Дата
Msg-id Pine.BSF.4.21.0103270817540.68851-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Making references  ("bswiatek" <bswiatek@radom.net>)
Список 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 по дате отправления:

Предыдущее
От: Jean-Arthur Silve
Дата:
Сообщение: .mdb to Postgres ?
Следующее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: .mdb to Postgres ?