On Tue, Apr 26, 2011 at 02:43:27PM -0400, Rose Nancy wrote: > -_oxrsaero.sl_table.tab_relname > -_oxrsaero.sl_table.tab_nspname > -_oxrsaero.sl_table.tab_idxname > -_oxrsaero.sl_sequence.seq_relname > -_oxrsaero.sl_sequence.seq_nspname > -_oxrsaero.vactables.relname
Looks like you can't use pg_upgrade to upgrade an active Slony system, then. I think this is a reasonable limit of pg_upgrade. The tool is not designed to do upgrades on random system extensions where the datatype is incompatible, so if you've done something like that you're probably going to have to modify pg_upgrade yourself. Of course, Slony is using system datatypes because it's really a system extension posing as a user application. A -- Andrew Sullivan [email protected] _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
