Re: Multiple insertion

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Miguel <migabol(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Multiple insertion
Date: 2006-03-19 02:14:43
Message-ID: 200603190214.k2J2Eht18254@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Miguel wrote:
> I need make multiple insertions in a new database under Postgresql 8.0 .
> I will be satisfy if I can make this operation in a once operation. I
> will be satisfied if I can make this operation in a once . I try use
> INSERT TABLE ... VALUES (..), VALUES ( ); but in this way it doesn't
> work. I am working in my degree project using java 5 and Postgresql 8.0.3 .
> I hope if somebody may be explain if it is possible

It is not possible but is on the TODO list. You can put multipe inserts
in a single transaction if you want.

--
Bruce Momjian http://candle.pha.pa.us
SRA OSS, Inc. http://www.sraoss.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message shakil tanvir 2006-03-19 04:23:53 Re: Multiple insertion
Previous Message Tom Lane 2006-03-18 15:26:15 Re: log rotation