Re: export csv file on XP

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Wang Kuo-Ying <stu93303148(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: export csv file on XP
Date: 2009-07-31 16:12:02
Message-ID: 4A7317D2.90303@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 31/07/2009 16:57, Wang Kuo-Ying wrote:

> Command:
> copy test to 'c:/test.csv'
> delimiters ',' ;
>
> but the error ERROR: could not open file "c:/test.csv" for writing:
> Permission denied

Looks like a permissions problem - check that the user as which the
server is running has read permissions on that file.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gerhard Heift 2009-07-31 16:12:44 size of data stored in gist index
Previous Message Ketema Harris 2009-07-31 16:09:51 Grouping Question