Re: TODO : Multiple inserts in a single statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TODO : Multiple inserts in a single statement
Дата
Msg-id 4628.1076708622@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TODO : Multiple inserts in a single statement  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: TODO : Multiple inserts in a single statement  (Nick Barr <nicky@chuckie.co.uk>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> 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.

Also please read the SQL spec.  I recall having looked at this once
with the idea that it should be an easy Sunday-afternoon hack, and
discovering that making it do what the spec envisions was harder than
I thought.  I forget now just what the issues were, but I remember
there's more there than meets the eye.  (Type coercion might have been
part of it ... don't recall for sure ...)

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Mark Cave-Ayland"
Дата:
Сообщение: Re: ANALYZE patch for review
Следующее
От: Nick Barr
Дата:
Сообщение: Re: TODO : Multiple inserts in a single statement