Re: TODO : Multiple inserts in a single statement - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: TODO : Multiple inserts in a single statement
Date
Msg-id 200402131622.i1DGMsb20992@candle.pha.pa.us
Whole thread Raw
In response to TODO : Multiple inserts in a single statement  (Nick Barr <nicky@chuckie.co.uk>)
Responses Re: TODO : Multiple inserts in a single statement  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Nick Barr wrote:
> Hi,
>
> Would anyone have any objections if I started to look at the following
> TODO item?
>
> INSERT
>
>     * Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
>
> By this item I assume it means extending the INSERT INTO statement to
> allow for multiple inserts in a single statement. Any further
> information on this item would be greatly appreciated.

Sounds good.  Please read the developers FAQ for the suggested process.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Nick Barr
Date:
Subject: TODO : Multiple inserts in a single statement
Next
From: "Mark Cave-Ayland"
Date:
Subject: Re: ANALYZE patch for review