Обсуждение: Another pg_dump bug

Поиск
Список
Период
Сортировка

Another pg_dump bug

От
Christopher Kings-Lynne
Дата:
If you ALTER USER the cluster owner (eg. 'postgres') to set a user GUC 
variable, it is not dumped in any way.

I see that we're really trying to avoid referring to the cluster owner 
by name, but shall I just go ahead and fix it by making it output an 
ALTER USER for the cluster owner in this case?

Chris