Re: How to read data from a file? - Mailing list pgsql-novice

From Stephan Szabo
Subject Re: How to read data from a file?
Date
Msg-id 20040208092906.O56539@megazone.bigpanda.com
Whole thread Raw
In response to How to read data from a file?  (<kynn@panix.com>)
List pgsql-novice
On Sun, 8 Feb 2004 kynn@panix.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.

pgsql-novice by date:

Previous
From: Reshat Sabiq
Date:
Subject: Re: How to read data from a file?
Next
From: Bill Moseley
Date:
Subject: Re: How to read data from a file?