Re: bulk loader

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com>
Cc: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: bulk loader
Date: 2005-05-19 23:10:29
Message-ID: m2hdgyrevu.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com> writes:

> 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)!!!!

Read up on the COPY command.

-Doug

In response to

  • bulk loader at 2005-05-19 22:58:07 from Hrishikesh Deshmukh

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2005-05-19 23:11:55 Re: bulk loader
Previous Message Hrishikesh Deshmukh 2005-05-19 22:58:07 bulk loader