| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Maciej Pilichowski <macias(at)mat(dot)uni(dot)torun(dot)pl> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #2649: wish: provide multi-row INSERT with |
| Date: | 2006-09-24 21:15:59 |
| Message-ID: | 200609242115.k8OLFxm20294@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Maciej Pilichowski wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2649
> Logged by: Maciej Pilichowski
> Email address: macias(at)mat(dot)uni(dot)torun(dot)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(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Troy | 2006-09-24 22:08:05 | Re: BUG #2648: I can not create table name with capital and |
| Previous Message | Tom Lane | 2006-09-24 15:59:56 | Re: Out of memory error during large hashagg |