Re: multiple inserts

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Oren Mazor <oren(dot)mazor(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: multiple inserts
Date: 2005-06-17 13:56:29
Message-ID: 20050617135629.GB73152@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, Jun 17, 2005 at 09:32:21AM -0400, Oren Mazor wrote:
>
> I'm wondering if it is at all possible to do a mass insert into a table
> using only a single query?

See the COPY command:

http://www.postgresql.org/docs/8.0/static/sql-copy.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2005-06-17 14:02:18 Re: [despammed] multiple inserts
Previous Message John DeSoi 2005-06-17 13:54:22 Re: Trigger and Trigger function.