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

From Nick Barr
Subject TODO : Multiple inserts in a single statement
Date
Msg-id 402CF381.7070900@chuckie.co.uk
Whole thread Raw
Responses Re: TODO : Multiple inserts in a single statement  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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.

Nick



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: ANALYZE patch for review
Next
From: Bruce Momjian
Date:
Subject: Re: TODO : Multiple inserts in a single statement