Re: Copy Failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: operationsengineer1(at)yahoo(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Copy Failure
Date: 2005-08-26 04:17:09
Message-ID: 5225.1125029829@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

<operationsengineer1(at)yahoo(dot)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

In response to

  • Copy Failure at 2005-08-25 18:46:13 from operationsengineer1

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-08-26 04:34:15 Re: Selective authentication?
Previous Message Bruno Wolff III 2005-08-26 02:21:21 Re: SQL problem?