Re: Bug #578: pg_dumpall from 7.1.3 can not be imported in 7.2.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #578: pg_dumpall from 7.1.3 can not be imported in 7.2.0
Дата
Msg-id 24503.1013384908@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #578: pg_dumpall from 7.1.3 can not be imported in 7.2.0  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> 1. error the user root has id 0 and the import says:
> You are now connected to database template1.

> DELETE 0
> psql:old713:7: ERROR:  user id must be positive

This is not a bug, but enforcement of a restriction that has always been
there.  You'll need to give that user some other sysid value.

> 2. tables with complex foreign key constrains will not be imported

I cannot see any problem using your schema: 7.1 dumps it and 7.2 loads
it just fine, as far as I can tell.  You'll need to be more specific
about what is going wrong for you.  You might also need to supply some
test data, not just a schema.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Rainer Tammer"
Дата:
Сообщение: Re: Bug #578: pg_dumpall from 7.1.3 can not be imported in
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #579: Auto-VACUUM doesnt work