Featured
-
No Featured Found!
Tags
How to merge data from older database to new database in postgresql?
If you want to merging data from older database to new database in PostgreSQL or want to merge data from other database(db1) to another database(db2), follow these below steps:
from db1, export all the necessary tables to csv using:
copy ...