Re: problem with upgrading 7.2 -> 7.3.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with upgrading 7.2 -> 7.3.4
Дата
Msg-id 17204.1061934486@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with upgrading 7.2 -> 7.3.4  (javier garcia - CEBAS <rn001@cebas.csic.es>)
Список pgsql-general
javier garcia - CEBAS <rn001@cebas.csic.es> writes:
> ./psql -d template1 -f dumpall.backup.26-08-2003
> I obtain the messages:
> ----------------
> You are now conected to database template1
> DELETE 3
> CREATE USER
> ...
> CREATE GROUP
> ERROR: user "javier"does not exist
> ALTER GROUP
> ...
> \connect: FATAL user "javier" does not exist

My guess is that "javier" was the Postgres user in the old database
(and therefore wasn't dumped by pg_dumpall) but you used some other
name for the Postgres user in the new database.

If that's not it, would you show us the initial portion of the dump
file?  Looking at the create user and create group commands it issues
might help.

            regards, tom lane

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

Предыдущее
От: "Marie G. Tuite"
Дата:
Сообщение: before trigger problem
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: SQL Command - To List Tables ?