Re: pgdump with batch insert - Mailing list pgsql-admin

From jaime soler
Subject Re: pgdump with batch insert
Date
Msg-id 1429716924.19045.19.camel@gmail.com
Whole thread Raw
In response to pgdump with batch insert  (Ankur Kaushik <ankurkaushik@gmail.com>)
List pgsql-admin
El mié, 08-04-2015 a las 17:32 +0530, Ankur Kaushik escribió:
> Hi ,
>
>
>
>
> Is there possibility in pgdump to get insert statement in batch insert
> into tablename value(),(),(),;

No, pg_dump doesn't generate insert statements of multiple values, just
one value per insert with --inserts

>
>
> as well as We can use replace keyword or insert ignore .




pgsql-admin by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: 8.4 to 9.4 migration - recommended practices
Next
From: Jeff Frost
Date:
Subject: standby not cleaning up WAL files often enough