Re: pg_dump multi VALUES INSERT
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: Surafel Temesgen <surafel3000@gmail.com>,
Dmitry Dolgov <9erthalion6@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-01-30T22:49:25Z
Lists: pgsql-hackers
Attachments
- pg_dump-rows-per-insert-option_v13.patch (application/octet-stream) patch v13
On Thu, 24 Jan 2019 at 04:45, Fabien COELHO <coelho@cri.ensmp.fr> wrote: > >> The feature is not tested anywhere. I still think that there should be a > >> test on empty/small/larger-than-rows-per-insert tables, possibly added to > >> existing TAP-tests. > > > > I was hoping to get away with not having to do that... mainly because > > I've no idea how. > > Hmmm. That is another question! Maybe someone will help. Here's another version, same as before but with tests this time. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Add pg_dumpall --rows-per-insert
- a193cbec1199 12.0 landed
-
pg_dump: allow multiple rows per insert
- 7e413a0f82c8 12.0 landed