[Babase] Re: Putting Foxpro files on the web

Leah Gerber babase@www.eco.princeton.edu
Wed, 05 Oct 2005 13:54:27 -0400


Karl,

I managed to create a table in the sandbox. Now, I am trying to copy a 
file from /scratch/babase/tmp to this file I created. I am getting the 
following error meesage:

SQL error:
ERROR:  must be superuser to COPY to or from a file
HINT:  Anyone can COPY to stdout or from stdin. psql's \copy command 
also works for anyone.

In statement:
COPY hooksfinal FROM '/scratch/babase/tmp/hooksfinal.txt';

Any ideas?

Leah