Re: pg_dump multi VALUES INSERT
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Surafel Temesgen <surafel3000@gmail.com>
Cc: coelho@cri.ensmp.fr, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-06T17:18:38Z
Lists: pgsql-hackers
On 2018-Nov-06, Surafel Temesgen wrote: > hi, > > On Sun, Nov 4, 2018 at 1:18 PM Fabien COELHO <coelho@cri.ensmp.fr> wrote: > > > Patch does not seem to apply anymore, could you rebase? > > > The attached patch is a rebased version and work by ‘inserts=100’ as > Stephen suggest I thought the suggestion was that the number could be any positive integer, not hardcoded 100. It shouldn't take much more code to handle it that way, which makes more sense to me. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Add pg_dumpall --rows-per-insert
- a193cbec1199 12.0 landed
-
pg_dump: allow multiple rows per insert
- 7e413a0f82c8 12.0 landed