Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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. +



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group