Re: pg_dump multi VALUES INSERT

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: Surafel Temesgen <surafel3000(at)gmail(dot)com>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump multi VALUES INSERT
Date: 2019-01-04 12:34:44
Message-ID: 201901041234.2swrdmdwkzho@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FWIW you can insert multiple zero-column rows with "insert into ..
select union all select union all select".

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2019-01-04 12:38:31 Re: Using POPCNT and other advanced bit manipulation instructions
Previous Message Kristjan Tammekivi 2019-01-04 12:20:55 Re: Potentially undocumented behaviour change in Postgres 11 concerning OLD record in an after insert trigger