Re: inserting records from a file

From: Joe Conway <mail(at)joeconway(dot)com>
To: finncr4(at)comcast(dot)net
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: inserting records from a file
Date: 2003-08-31 04:06:44
Message-ID: 3F517454.1040205@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Kelly wrote:
> I need to add a large number(1000) records to my table. How would I do this
> using a file? Any help is greatly appreciated.
>

See:
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=sql-copy.html

HTH,

Joe

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message paul butler 2003-08-31 07:13:46 Re: inserting records from a file
Previous Message Kelly 2003-08-31 03:55:43 inserting records from a file