Add pg_dumpall --rows-per-insert

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

Commit: a193cbec1199e4e529c46645b7aecbf38956048b
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2019-06-14T22:21:52Z
Releases: 12.0
Add pg_dumpall --rows-per-insert

Commit 7e413a0f82c8 added that option to pg_dump, but neglected to teach
pg_dumpall how to pass it along.  Repair.

Author: Fabien Coelho
Reported-by: Peter Eisentraut
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/45f50c59-ddbb-8cf2-eedb-81003f603528@2ndquadrant.com

Files

PathChange+/−
doc/src/sgml/ref/pg_dumpall.sgml modified +14 −0
src/bin/pg_dump/pg_dumpall.c modified +7 −0

Documentation touched

Discussion