I have two Postgres databases, one old and one new.
How do I move the data from old to new while keeping the existing data that's in new (and of course the data that's being migrated from old) in tact? Also, what if I want to add mappings from old table names to new table names?
Taking both databases offline is a possibility, if truly necessary.