Re: strings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hugo <htakada(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: strings
Date: 2005-11-11 23:24:11
Message-ID: 22436.1131751451@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hugo <htakada(at)gmail(dot)com> writes:
> ERROR: could not open file "c:file.csv" for reading: No such file or
> directory
> CONTEXT: SQL statement "copy comisiones.avon(
> zona,ano,campana,fechapro,contrato,situacion,documento,tipo,subtipo,exentas=
> ,gravadas,iva,importe
> ) from 'c:\file.csv' with CSV"

Looks like you need to double that backslash ... or use a forward slash.

regards, tom lane

In response to

  • strings at 2005-11-11 22:08:45 from Hugo

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2005-11-12 00:18:50 Re: Reports and postgres
Previous Message Tom Lane 2005-11-11 23:22:44 Re: postgres 8.1 compile error in the pg_attribute.h file