Conrad Lawes wrote:
>
> What is the command to import data into a table from comma-delimited
> text file?
> Unfortunately, the psql on-line help (\h) does not provide a clear
> explanation.
Try COPY.
The delimiter is "," in your case rather than the default \t.
For details see: http://alibaba.dei.uminho.pt/psql/postgres/sql-copy.htm
--
James (Jim) R.R. Service jservice at yahoo dot com