How to initialize from flat files?

From: <kynn(at)panix(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: How to initialize from flat files?
Date: 2004-03-02 02:27:56
Message-ID: 200403020227.i222Rum12116@panix3.panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

[ I posted this once already, but for some reason it never showed...]

What's the simplest way (through psql?) to initialize PostgreSQL
tables from data stored in flat files? (In this case the data is
stored in several files consisting of newline-delimited records of
tab-delimited fields.)

Thanks!

kj

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-03-02 04:49:53 Re: How to initialize from flat files?
Previous Message kynn 2004-03-01 19:58:24 Initializing tables from flat files