Thread: Another pg_dump bug

Another pg_dump bug

From
Christopher Kings-Lynne
Date:
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