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

Поиск
Список
Период
Сортировка
От Seamus Dean
Тема BUG #1645: Auto complete SQL "COPY" have problems.
Дата
Msg-id 20050504061046.21AF6F0B09@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1645: Auto complete SQL "COPY" have problems.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Kjh"
Дата:
Сообщение: BUG #1646: ERROR: column "mycolumn" is of type boolean but expression is of type character
Следующее
От: Sokolov Yura
Дата:
Сообщение: BUG 1614 and BUG 1616 : Inadequate GIST Behaviour