Re: How to read data from a file?

From: Reshat Sabiq <sabiq(at)purdue(dot)edu>
To: kynn(at)panix(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to read data from a file?
Date: 2004-02-08 17:21:35
Message-ID: 4026701F.9070607@purdue.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

kynn(at)panix(dot)com wrote:

>Is there a way to initialize tables by reading the data from a regular
>text file?
>
>Thanks!
>
>kynn
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>
>
You could parse the file programmatically issuing insert/update
commands. The best i know. :)

--
Sincerely,
Reshat.

-------------------------------------------------------------------------------------------
If you see my certificate with this message, you should be able to send me encrypted e-mail.
Please consult your e-mail client for details if you would like to do that.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Stephan Szabo 2004-02-08 17:30:19 Re: How to read data from a file?
Previous Message kynn 2004-02-08 17:19:15 Re: How to read data from a file?