Re: Upgrade 7.0.2 -> 7.1.2: Errors during Restore

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrade 7.0.2 -> 7.1.2: Errors during Restore
Дата
Msg-id 1644.997285643@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Upgrade 7.0.2 -> 7.1.2: Errors during Restore  (Jim Caley <caley@chesco.com>)
Список pgsql-general
Jim Caley <caley@chesco.com> writes:
> The results of the restore seem to be fine, but there were a number of errors
> during it and I want to make sure they're harmless.

Most of those look like you had a "regression" database hanging around
in your old installation; it's complaining because the CREATE FUNCTION
commands refer to shared libraries that you evidently don't have around
any more.

> psql:./pgdump.all-just.before.going.to.pgsql-7.1.2:118341: ERROR:  Rule WHERE co
> ndition may not contain references to other relations

This one *might* be a real problem; you'll need to look at line 118341 of
your dump file and see if the failed rule is one of yours or not.  Since
the line number is so close to the others, I suspect it's also an
artifact of trying to reload the 7.0 regression database.

            regards, tom lane

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

Предыдущее
От: Jim Caley
Дата:
Сообщение: Upgrade 7.0.2 -> 7.1.2: Errors during Restore
Следующее
От: Jim Caley
Дата:
Сообщение: Re: Upgrade 7.0.2 -> 7.1.2: Errors during Restore