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

From: "Maciej Pilichowski" <macias(at)mat(dot)uni(dot)torun(dot)pl>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2649: wish: provide multi-row INSERT with VALUES
Date: 2006-09-24 06:44:44
Message-ID: 200609240644.k8O6ii5t019549@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-09-24 15:59:56 Re: Out of memory error during large hashagg
Previous Message Asaf Avraham 2006-09-24 06:18:38 BUG #2648: I can not create table name with capital and small characters