Re: problem with copy from on a windows system

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: problem with copy from on a windows system
Дата
Msg-id AANLkTin1i2758LBM_zEg+_-M3+b4V5uUb-5wYkq=zHCB@mail.gmail.com
обсуждение исходный текст
Ответ на problem with copy from on a windows system  ("Marie-Claude QUIDOZ" <Marie-Claude.QUIDOZ@cefe.cnrs.fr>)
Список 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 по дате отправления:

Предыдущее
От: "Marie-Claude QUIDOZ"
Дата:
Сообщение: Re: problem with copy from on a windows system
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: problem with copy from on a windows system