Juan Francisco Diaz <j-diaz@publicar.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