Re: bulk loader

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: "Postgresql-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: bulk loader
Date: 2005-05-19 23:11:55
Message-ID: CC1CF380F4D70844B01D45982E671B239E8879@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hrishikesh Deshmukh wrote:
> Hi All,
>
> Is there a "bulk loader" in postgresql with which one can read in say
> a tab delimited format text file. Before one does all one has to do
> is create the table with text file column names as attributes, once
> it is on DBMS world it will be a simple table (non-relational)!!!!

See the COPY command. Tab is the default delimiter in text mode.

--
Guy Rouillier

Browse pgsql-general by date

  From Date Subject
Next Message Brent Wood 2005-05-19 23:17:37 Re: bulk loader
Previous Message Douglas McNaught 2005-05-19 23:10:29 Re: bulk loader