Data loading from a flat file... - Mailing list pgsql-general

From Angshu Kar
Subject Data loading from a flat file...
Date
Msg-id df8328740601052051m86b4444gf8802b267eefa631@mail.gmail.com
Whole thread Raw
Responses Re: Data loading from a flat file...  ("Jim C. Nasby" <jnasby@pervasive.com>)
Re: Data loading from a flat file...  (Bruno Wolff III <bruno@wolff.to>)
Re: Data loading from a flat file...  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Hi Pgsql,

I've a table schema in pg say as:

(A B C D E)

where none of these fields allow null.

Now, I've a flat file that has got tab-delimited data for B,C and E fields.
And A,B come from sequences.

Could anyone please let me know how I can upload the complete dataset into the table?

Thanks,
AK



--
Ignore the impossible but honor it ...
The only enviable second position is success, since failure always comes first...

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Adding another primary key to a populated table
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Data loading from a flat file...