pg_dump: allow multiple rows per insert
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- pg_dump multi VALUES INSERT 66 messages · 2018-10-16 → 2019-06-14