dbTalk Databases Forums  

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

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1645: Auto complete SQL "COPY" have problems. in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Seamus Dean
 
Posts: n/a

Default [BUGS] BUG #1645: Auto complete SQL "COPY" have problems. - 05-04-2005 , 08:29 AM







The following bug has been logged online:

Bug reference: 1645
Logged by: Seamus Dean
Email address: ljh1469 (AT) alibaba-inc (DOT) 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 (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #1645: Auto complete SQL "COPY" have problems. - 05-04-2005 , 09:24 AM






"Seamus Dean" <ljh1469 (AT) alibaba-inc (DOT) com> writes:
Quote:
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 (AT) postgresql (DOT) org)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.