Re: [PATCHES] Fixes for pg_dump and ownership/acl problems

2004-06-28 Thread Christopher Kings-Lynne
Damn - sorry, I just found a bug in this. I'll resubmit soon. Chris Christopher Kings-Lynne wrote: Hi, This patch fixes pg_dump for the existing ownership and acl problems. It does not address the known damaged acls after an ownership change. It's hacky (although officially hacky :) ) in regards

[PATCHES] Fixes for pg_dump and ownership/acl problems

2004-06-28 Thread Christopher Kings-Lynne
Hi, This patch fixes pg_dump for the existing ownership and acl problems. It does not address the known damaged acls after an ownership change. It's hacky (although officially hacky :) ) in regards that it parses the dropStmt on each object to get the objects name. This is necessary because of