I'm trying to merge 3 databases in one database using pg_dump.
pg_dump db1 > database.txt
pg_dump db2 >> database.txt
pg_dump db3 >> database.txt
then i restore:
psql database < database.txt
I had errors when trying to restore, i fixed some of them but still i get other kinds of error.
What i want to know is : IS THERE ANY OTHER WAY TO MERGE THE 3 DATABASES QUICKLY WITHOUT GETTTING ERRORS ???
thx
---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).