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

Поиск
Список
Период
Сортировка
От Rushabh Lathia
Тема Re: Error during restore - dump taken with pg_dumpall -c option
Дата
Msg-id CAGPqQf2jM5YWb5X-RXDeoSwkSAUqokn8OJMUeAmLQA71FPSrxQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Error during restore - dump taken with pg_dumpall -c option  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Error during restore - dump taken with pg_dumpall -c option  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers


On Fri, May 13, 2016 at 7:27 PM, Stephen Frost <sfrost@snowman.net> wrote:
* 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!


Thanks Stephen.

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

Предыдущее
От: Pete Hollobon
Дата:
Сообщение: Re: [PATCH] Add EXPLAIN (ALL) shorthand
Следующее
От: Andres Freund
Дата:
Сообщение: 9.4 failure on skink in _bt_newroot/XLogCheckBuffer