Re: Using COPY

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Juan Francisco Diaz <j-diaz(at)publicar(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Using COPY
Date: 2003-09-02 17:03:35
Message-ID: 19456.1062522215@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Juan Francisco Diaz <j-diaz(at)publicar(dot)com> writes:
> The file was exported from mssqlserver2000 with ANSI coding, <cr> as row
> separator, no quotes for the texts, and TAB as the column separator.

Wrong thing :-(. COPY will *only* accept <lf> as row separators.

This is relaxed for 7.4, but you're evidently not on 7.4 yet ...

regards, tom lane

In response to

  • Using COPY at 2003-09-02 15:22:04 from Juan Francisco Diaz

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Al Hulaton 2003-09-02 18:49:52 Re: Can Postgresql run in MS Windows
Previous Message Oliver Fromme 2003-09-02 15:54:13 Revoke access on pg_user