Re: [BUGS] BUG #1269: Copy To Gives Relative path error when explicit path given.

2004-09-25 Thread Tom Lane
"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

[BUGS] BUG #1269: Copy To Gives Relative path error when explicit path given.

2004-09-25 Thread PostgreSQL Bugs List
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.