|
Home > Archive > PostgreSQL Bugs > May 2005 > BUG #1645: Auto complete SQL "COPY" have problems.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BUG #1645: Auto complete SQL "COPY" have problems.
|
|
| Seamus Dean 2005-05-04, 9:24 am |
|
The following bug has been logged online:
Bug reference: 1645
Logged by: Seamus Dean
Email address: ljh1469@alibaba-inc.com
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 to auto complete the 'copy' command,I found that
the psql create the following sql:
COPY student FROM '/home/pgsql/student.txt' DELIMETER '';
It should be:
COPY student FROM '/home/pgsql/student.txt' DELIMITER '';
I don't kown if it's a bug.
Please let me kown what it's.Thank you.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly
| |
| Tom Lane 2005-05-04, 9:24 am |
| "Seamus Dean" <ljh1469@alibaba-inc.com> 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, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere
" to majordomo@postgresql
.org)
|
|
|
|
|