Re: problem with copy from on a windows system - Mailing list pgadmin-support

From Dave Page
Subject Re: problem with copy from on a windows system
Date
Msg-id AANLkTin1i2758LBM_zEg+_-M3+b4V5uUb-5wYkq=zHCB@mail.gmail.com
Whole thread Raw
In response to problem with copy from on a windows system  ("Marie-Claude QUIDOZ" <Marie-Claude.QUIDOZ@cefe.cnrs.fr>)
List pgadmin-support
On Mon, Oct 25, 2010 at 5:54 PM, Marie-Claude QUIDOZ
<Marie-Claude.QUIDOZ@cefe.cnrs.fr> wrote:
> Hello
>
> I don't find how i can use the command "copy from" with pgadmin in sql
> windows
>
> When i try to execute this command
> "copy dico_coordonnee_geographique from 'C:/Dossier de
> travail/Temporaire/dico_coordonnee"
>
> I receive this text
> " ERREUR: n'a pas pu ouvrir le fichier "C:/Dossier de
> travail/Temporaire/dico_coordonnee> pour une lecture : No such file or
> directory

Are you really using COPY, or \COPY ? The latter is a client-side
feature in psql, which won't work in pgAdmin. The former is a
server-side copy, which should work in any interface, but requires the
file to be on the server.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-support by date:

Previous
From: "Marie-Claude QUIDOZ"
Date:
Subject: Re: problem with copy from on a windows system
Next
From: Guillaume Lelarge
Date:
Subject: Re: problem with copy from on a windows system