Re: [GENERAL] postgres pg_restore append data

2016-12-05 Thread Melvin Davidson
On Mon, Dec 5, 2016 at 4:36 AM, dhanuj hippie wrote: > 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.

[GENERAL] postgres pg_restore append data

2016-12-05 Thread dhanuj hippie
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 th