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 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 [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to