Re: Copy Failure - Mailing list pgsql-novice

From Tom Lane
Subject Re: Copy Failure
Date
Msg-id 5225.1125029829@sss.pgh.pa.us
Whole thread Raw
In response to Copy Failure  (<operationsengineer1@yahoo.com>)
Responses Re: Copy Failure
List pgsql-novice
<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

pgsql-novice by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: SQL problem?
Next
From: Tom Lane
Date:
Subject: Re: Selective authentication?