[PATCHES] TODO : Multiple inserts in a single statement

2004-02-13 Thread Nick Barr
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

Re: [PATCHES] TODO : Multiple inserts in a single statement

2004-02-14 Thread Nick Barr
Tom Lane wrote: Bruce Momjian <[EMAIL PROTECTED]> writes: Nick Barr wrote: Would anyone have any objections if I started to look at the following TODO item? * Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..) Sounds good. Please read the developers FAQ f