pg_dump: allow multiple rows per insert

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 7e413a0f82c8f8e9abb3981839191414de3aae08
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2019-03-07T12:34:17Z
Releases: 12.0
pg_dump: allow multiple rows per insert

This is useful to speed up loading data in a different database engine.

Authors: Surafel Temesgen and David Rowley.  Lightly edited by Álvaro.
Reviewed-by: Fabien Coelho
Discussion: https://postgr.es/m/CALAY4q9kumSdnRBzvRJvSRf2+BH20YmSvzqOkvwpEmodD-xv6g@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/ref/pg_dump.sgml modified +26 −12
src/bin/pg_dump/pg_backup.h modified +1 −1
src/bin/pg_dump/pg_dump.c modified +134 −58
src/bin/pg_dump/t/001_basic.pl modified +2 −2
src/bin/pg_dump/t/002_pg_dump.pl modified +30 −4

Documentation touched

Discussion