Data loading from a flat file...

From: Angshu Kar <angshu96(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Data loading from a flat file...
Date: 2006-01-06 04:51:55
Message-ID: df8328740601052051m86b4444gf8802b267eefa631@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-01-06 04:55:21 Re: Data loading from a flat file...
Previous Message Jim C. Nasby 2006-01-06 04:51:02 Re: Adding another primary key to a populated table