Re: How to read data from a file?

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
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:30:19
Message-ID: 20040208092906.O56539@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, 8 Feb 2004 kynn(at)panix(dot)com wrote:

> Is there a way to initialize tables by reading the data from a regular
> text file?

That depends on the definition of regular. COPY (and \copy in psql)
allow importing of data from a delimited text file with one line per row.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bill Moseley 2004-02-08 17:35:35 Re: How to read data from a file?
Previous Message Reshat Sabiq 2004-02-08 17:21:35 Re: How to read data from a file?