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

From Maciej Pilichowski
Subject BUG #2649: wish: provide multi-row INSERT with VALUES
Date
Msg-id 200609240644.k8O6ii5t019549@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2649: wish: provide multi-row INSERT with
Re: BUG #2649: wish: provide multi-row INSERT with VALUES
List pgsql-bugs
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.

pgsql-bugs by date:

Previous
From: "Massimiliano Citterio"
Date:
Subject: BUG #2644: pgadmin III foreign key
Next
From: "Asaf Avraham"
Date:
Subject: BUG #2648: I can not create table name with capital and small characters