Re: BUG #2649: wish: provide multi-row INSERT with VALUES - Mailing list pgsql-bugs

From Harald Armin Massa
Subject Re: BUG #2649: wish: provide multi-row INSERT with VALUES
Date
Msg-id 7be3f35d0609250000u7711c2b8r756a260679dd943a@mail.gmail.com
Whole thread Raw
In response to BUG #2649: wish: provide multi-row INSERT with VALUES  ("Maciej Pilichowski" <macias@mat.uni.torun.pl>)
List 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@mat.uni.torun.pl> 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.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>



--=20
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstra=DFe 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/285b9ad=
eec188fb2

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2645: pg_restore crashes
Next
From: "Harald Armin Massa"
Date:
Subject: Re: BUG #2648: I can not create table name with capital and small characters