postgres pg_restore append data - Mailing list pgsql-general

From dhanuj hippie
Subject postgres pg_restore append data
Date
Msg-id CAGqAkKftrp2vaYBnA-f_asmt+HWgY2_nx7jOt3FwHh3uf3QqBw@mail.gmail.com
Whole thread Raw
Responses Re: postgres pg_restore append data
List pgsql-general
Hi, 
I have a pg backup created using pg_dump custom format. I'm trying to restore into a DB which already has some data, using pg_restore data-only. This fails in scenarios where same data (some rows) is present in DB as well as dump. Is there a way to ignore such rows and proceed with restoring the rest of data ? I don't want to lose the present data in DB. I need to append the backup onto current content in DB.

Thanks,
Dhanuj

pgsql-general by date:

Previous
From: Johann Spies
Date:
Subject: Re: Bad query? Or planner?
Next
From: "Charles Clavadetscher"
Date:
Subject: Re: Extensions and privileges in public schema