Re: COPY statement for linux server from windows client

From: Szymon Guz <mabewlun(at)gmail(dot)com>
To: Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: COPY statement for linux server from windows client
Date: 2010-12-06 19:11:49
Message-ID: AANLkTi=RGO5VBCBFbmS9V1Yr9Ysk+4ePOgFw0wZ5BpPR@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 6 December 2010 19:44, Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com> wrote:

> Hello,
>
> I have a problem with creating a COPY TO statement with windows client
> application which connects to PG 8.2 (soon will be moved to PG 9.0)
> installed on linux. Everytime I try to do this using "open file
> dialog" and choosing a path I get the error "relative path not allowed
> for COPY to file". Is there any way of solving this on server side or
> I have to "fight it" in app's code?
>
>
Hi,
you have to use absolute path for COPY TO, is that any problem with that?

regards
Szymon

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2010-12-06 19:38:31 Re: failing to compile v. 9.0.1 on debian squeeze with readline
Previous Message Lukasz Brodziak 2010-12-06 18:44:23 COPY statement for linux server from windows client