Re: [BUGS] BUG #1645: Auto complete SQL "COPY" have problems.

2005-05-04 Thread Tom Lane
"Seamus Dean" <[EMAIL PROTECTED]> writes: > When I using the TAB key to auto complete the 'copy' command,I found that > the psql create the following sql: > COPY student FROM '/home/pgsql/student.txt' DELIMETER ''; Ooops. Thanks for the report --- will fix this. regards,

[BUGS] BUG #1645: Auto complete SQL "COPY" have problems.

2005-05-04 Thread Seamus Dean
The following bug has been logged online: Bug reference: 1645 Logged by: Seamus Dean Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.2 Operating system: Red Hat Linux 7.3 Description:Auto complete SQL "COPY" have problems. Details: When I using the TAB key