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 .