pg_restore

From: "Jyoti Seth" <jyotiseth2001(at)gmail(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: pg_restore
Date: 2009-06-09 09:32:05
Message-ID: 003101c9e8e5$2a31ee80$7e95cb80$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi all,

I have two databases db1 and db2 with no network connection. I want to take
backup of few master tables from db1 and restore it to db2 at frequent
intervals.. I do not want to delete data from the tables and restores the
fresh data as this data is getting referenced in other tables. I can do that
by creating scripts on db1 and executing the same on db2. But I want to know
if I can use pg_restore command to overwrite existing data of these master
tables

Thanks,

Jyoti

Browse pgsql-sql by date

  From Date Subject
Next Message Jyoti Seth 2009-06-09 09:53:34 backup
Previous Message Peter Eisentraut 2009-06-08 20:53:34 Re: Xml Schemas