Re: pg_dump multi VALUES INSERT - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pg_dump multi VALUES INSERT
Date
Msg-id 201901041234.2swrdmdwkzho@alvherre.pgsql
Whole thread Raw
In response to Re: pg_dump multi VALUES INSERT  (David Rowley <david.rowley@2ndquadrant.com>)
List 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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Log a sample of transactions
Next
From: David Rowley
Date:
Subject: Re: Using POPCNT and other advanced bit manipulation instructions