Re: TODO : Multiple inserts in a single statement

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

Sounds good.  Please read the developers FAQ for the suggested process.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

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