When did that get to be part of the requirements? I don't even know who you expect to do this (backend? pg_dump? user?) or at what level you think the fixing should happen (GRANT/REVOKE? UPDATE pg_class SET relacl = fixme(relacl)? direct hacking of the ACL array?). To say nothing of the semantic problems of deciding what an invalid ACL is really supposed to mean.
I was referring to fixing my own database that is full of these acls that dump incorrectly - perhaps you don't give me enough credit. I'm thinking that if I can find a watertight way of fixing it at pg_dump time I should, for pre 7.5 databases. Should I?
Chris
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match