<operationsengineer1@yahoo.com> writes:
> i'm trying to copy data from a csv file into a PGSQL
> 7.4 database. i tried tab delimited and i tried comma
> delimted.
PG 7.4's COPY does not have any support for CSV format (that was added
in 8.0). Tab-delimited should work OK though.
regards, tom lane