Scott Marlowe <[EMAIL PROTECTED]> writes: > What's happening is that there are two databases behind pgpool, and each > has managed to assign a different (set of) OID(s) to the table(s). So, > when pg_dump asks for an OID, it gets two different ones.
If pgpool is so good at maintaining consistency between databases how did they end up with different OIDs? It seems you really do have inconsistent databases and are asking for pg_dump to be robust against that. If the databases really are inconsistent isn't the correct behaviour to cause precisely this error? Wouldn't hiding the inconsistency only be doing you a disservice? I think you should be trying to figure out why the databases are inconsistent and working to figure out what you have to change to avoid whatever actions caused that. -- greg ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly