Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: export csv file on XP


  • From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
  • To: pgsql-general(at)postgresql(dot)org
  • Subject: Re: export csv file on XP
  • Date: Fri, 31 Jul 2009 18:23:14 +0200
  • Message-id: <h4v5pi$h7q$1@ger.gmane.org> <text/plain>

Raymond O'Donnell wrote on 31.07.2009 18:12:
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.

I think *write* permission is the approriate ;)

Thomas




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group