Re: Error during restore - dump taken with pg_dumpall -c option

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Error during restore - dump taken with pg_dumpall -c option
Дата
Msg-id 20160513135757.GU10850@tamriel.snowman.net
обсуждение исходный текст
Ответ на Error during restore - dump taken with pg_dumpall -c option  (Rushabh Lathia <rushabh.lathia@gmail.com>)
Ответы Re: Error during restore - dump taken with pg_dumpall -c option  (Rushabh Lathia <rushabh.lathia@gmail.com>)
Список pgsql-hackers
* Rushabh Lathia (rushabh.lathia@gmail.com) wrote:
> On master branch when we do pg_dumpall with -c option, I can see that
> it also dumping the "DROP ROLE pg_signal_backend", which seems wrong.
> Because when you restore the dump, its throwing an error
> "ERROR:  cannot drop role pg_signal_backend because it is required by the
> database system".

Ah, yes, dropRoles() needs the same change that dumpRoles() got.

Will fix, thanks!

Stephen

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

Предыдущее
От: Ashutosh Sharma
Дата:
Сообщение: Re: Perf Benchmarking and regression.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Postgres_fdw join pushdown - getting server crash in left outer join of three table