Re: pg_dump multi VALUES INSERT
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
David Rowley <david.rowley@2ndquadrant.com>,
Surafel Temesgen <surafel3000@gmail.com>,
Dmitry Dolgov <9erthalion6@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-06-14T17:01:19Z
Lists: pgsql-hackers
Attachments
- dumpall-missing-opt-1.patch (text/x-diff) patch
Hello Alvaro, >> Shouldn't the --rows-per-insert option also be available via pg_dumpall? >> All the other options for switching between COPY and INSERT are >> settable in pg_dumpall. > > Uh, yeah, absolutely. > > Surafel, are you in a position to provide a patch for that quickly? End of the week, more time, easy enough and I should have seen the issue while reviewing. Patch attached. BTW, is the libpq hostaddr fix ok? -- Fabien.
Commits
-
Add pg_dumpall --rows-per-insert
- a193cbec1199 12.0 landed
-
pg_dump: allow multiple rows per insert
- 7e413a0f82c8 12.0 landed