From: | nialllinden(at)yahoo(dot)com (Niall Linden) |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | paertially restoring a DB |
Date: | 2004-10-29 14:04:25 |
Message-ID: | 52684575.0410290604.5f906666@posting.google.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
i am having a problem with dump and restore. basically i have 2
databases
maindb and tempdb
the databases are almost the same but the main db has some extra
tables which dont change. what i need to do is get all the information
form the temp db and put it in the main db. the tempdb should
overwrite all the data in the main db, but the tables that exist in
the maindb only should remain
ie
maindb has tables: dbsettings, data1, data2
tempdb has tables: data1, data2
then the tables (and data) data1,2 from tempdb should overwrite their
corresponding tables but dbsettings should remain unchanged in maindb.
any things ive tried overwrite all the tables and i loose dbsettings
table completely (not good)
any help appreciated
Niall
From | Date | Subject | |
---|---|---|---|
Next Message | Wei Weng | 2004-10-29 15:59:15 | Re: How do you compare (NULL) and (non-NULL)? |
Previous Message | Markus Bertheau | 2004-10-29 09:08:58 | Re: Functions return a select in a table, which data type I |