pg_restore without dropping db/table - Mailing list pgsql-general

From anj patnaik
Subject pg_restore without dropping db/table
Date
Msg-id CAEQKwSmA-=vcAfuUE6=RLsiDt=qJiowwf_3CP8ntEKUPvXfMkQ@mail.gmail.com
Whole thread Raw
Responses Re: pg_restore without dropping db/table  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
List pgsql-general
Hello,
I've a database/table already with existing records.
I will then create a dump via pg_dump from another database and want to restore into this first database.

I just want to update the existing db with any new rows.

Does pg_restore only add new rows if I restore without deleting old db?

Please advise.

pgsql-general by date:

Previous
From: rob stone
Date:
Subject: Re: Plan to support predicate push-down into subqueries with aggregates?
Next
From: Karsten Hilbert
Date:
Subject: Re: pg_restore without dropping db/table