]> granicus.if.org Git - postgresql/commit
Add pg_dumpall --rows-per-insert
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 14 Jun 2019 22:21:52 +0000 (18:21 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 14 Jun 2019 22:21:52 +0000 (18:21 -0400)
commita193cbec1199e4e529c46645b7aecbf38956048b
treec0659de7265ee09336676cb3589300cdbf6c51f5
parent313f56ce2d1b9dfd3483e4f39611baa27852835a
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
doc/src/sgml/ref/pg_dumpall.sgml
src/bin/pg_dump/pg_dumpall.c