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 for the sug

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

2004-02-13 Thread Tom Lane
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 for the suggested process. A

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

2004-02-13 Thread Bruce Momjian
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 ins