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.