"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> testdb=# COPY users TO 'D:\Program Files\PostgreSQL\DataFlatFiles\usersdata';
> ERROR: relative path not allowed for COPY to file
You need to double the backslashes. Or use forward slashes.
regards, tom lane
The following bug has been logged online:
Bug reference: 1269
Logged by: William Mayhew
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0 Beta
Operating system: WIN 2000 Professional
Description:Copy To Gives Relative path error when explicit path
given.