Re: BUG #2649: wish: provide multi-row INSERT with

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #2649: wish: provide multi-row INSERT with
Дата
Msg-id 200609242115.k8OLFxm20294@momjian.us
обсуждение исходный текст
Ответ на BUG #2649: wish: provide multi-row INSERT with VALUES  ("Maciej Pilichowski" <macias@mat.uni.torun.pl>)
Список pgsql-bugs
Maciej Pilichowski wrote:
>
> The following bug has been logged online:
>
> Bug reference:      2649
> Logged by:          Maciej Pilichowski
> Email address:      macias@mat.uni.torun.pl
> PostgreSQL version: 8.0.3
> Operating system:   opensuse 10.0
> Description:        wish: provide multi-row INSERT with VALUES
> Details:
>
> There is:
> INSERT ...
> VALUES (...);
>
> however it would be a nice extension to have:
> INSERT ...
> VALUES
> (...), -- the first row with values
> (...), -- the 2nd
> (...); -- the 3rd, etc.

This will be supported in PostgreSQL 8.2.

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: "Thomas Verchow"
Дата:
Сообщение: BUG #2645: pg_restore crashes
Следующее
От: Richard Troy
Дата:
Сообщение: Re: BUG #2648: I can not create table name with capital and