TODO : Multiple inserts in a single statement

From: Nick Barr <nicky(at)chuckie(dot)co(dot)uk>
To: pgsql-patches(at)postgresql(dot)org
Subject: TODO : Multiple inserts in a single statement
Date: 2004-02-13 15:55:45
Message-ID: 402CF381.7070900@chuckie.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-02-13 16:22:54 Re: TODO : Multiple inserts in a single statement
Previous Message Tom Lane 2004-02-13 14:41:22 Re: ANALYZE patch for review