Keith C. Perry wrote:
Does copy work in the SQL query editor on the pgadmin III snapshots (for windows). When I try:
copy from 'c:\test.txt'
or
copy to 'c:\test.txt'
I get errors (e.g. "file not found" and "can not use relative pathname" respectively). Thanks
This has nothing to do with pgadmin. You are telling the _server_ where to look for a file. I'm sure its not running natively on a windows machine with this file in place.
Regards Tino Wildenhain
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster