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

From: "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>
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 VALUES
Date: 2006-09-25 07:00:58
Message-ID: 7be3f35d0609250000u7711c2b8r756a260679dd943a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Maciej,

this feature is scheduled for PostgreSQL 8.2 and allready in the release
notes of that release, coming most likely eoty.

Harald

On 9/24/06, Maciej Pilichowski <macias(at)mat(dot)uni(dot)torun(dot)pl> 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.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607
-
Python: the only language with more web frameworks than keywords.
-- Harald A. Massa, December 2005
http://groups.google.de/group/comp.lang.python/browse_thread/thread/285b9adeec188fb2

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Harald Armin Massa 2006-09-25 07:03:23 Re: BUG #2648: I can not create table name with capital and small characters
Previous Message Tom Lane 2006-09-25 00:05:40 Re: BUG #2645: pg_restore crashes