Re: [GENERAL] bulk loader

2005-05-20 Thread Brent Wood
On Thu, 19 May 2005, 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

Re: [GENERAL] bulk loader

2005-05-19 Thread Christopher Browne
After takin a swig o' Arrakan spice grog, [EMAIL PROTECTED] (Hrishikesh Deshmukh) belched out: > 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 attribut

Re: [GENERAL] bulk loader

2005-05-19 Thread Douglas McNaught
Hrishikesh Deshmukh <[EMAIL PROTECTED]> 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 w

Re: [GENERAL] bulk loader

2005-05-19 Thread Guy Rouillier
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

[GENERAL] bulk loader

2005-05-19 Thread Hrishikesh Deshmukh
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) Thanks, Hrishi