Transfer Data between databases with postgres

Posted by user227932 on Stack Overflow See other posts from Stack Overflow or by user227932
Published on 2010-06-15T23:46:54Z Indexed on 2010/06/15 23:52 UTC
Read the original article Hit count: 146

Filed under:
|
|

I need to transfer some data from another Database. The old database is called paw1.moviesDB and the new database is paw1. The schema of each table are the following

Awards (name of the table)(new DB) Id [PK] Serial Award

Nominations (name of the table) (old DB) Id [PK] Serial nominations

I want to copy the data from old DB to the new DB.

© Stack Overflow or respective owner

Related posts about sql

Related posts about postgresql