Re: bulk loader - Mailing list pgsql-general

From Guy Rouillier
Subject Re: bulk loader
Date
Msg-id CC1CF380F4D70844B01D45982E671B239E8879@mtxexch01.add0.masergy.com
Whole thread Raw
In response to bulk loader  (Hrishikesh Deshmukh <hdeshmuk@gmail.com>)
List 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


pgsql-general by date:

Previous
From: Hrishikesh Deshmukh
Date:
Subject: bulk loader
Next
From: Douglas McNaught
Date:
Subject: Re: bulk loader