Reducing pg_dumpall errors

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Reducing pg_dumpall errors
Дата
Msg-id 20121204033721.GE7675@momjian.us
обсуждение исходный текст
Список pgsql-hackers
I recently applied the attached patch to prevent recreation of the
current database user in the dump file when in binary upgrade mode.
This was necessary because pg_upgrade will fail on any error from a
pg_dumpall restore.

It would be nice of we could do the same for non-binary-upgrade
pg_dumpall dumps, but I assume we can't because the restore might be
performed by a super user who is different from the dump user, right?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

Вложения

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: ALTER TABLE ... NOREWRITE option
Следующее
От: Michael Paquier
Дата:
Сообщение: Forgotten argument description in header of index_create