6.5.2 create index bug?

Поиск
Список
Период
Сортировка
От Craig Dockter
Тема 6.5.2 create index bug?
Дата
Msg-id 37EE9626.4D6E277D@worldnet.att.net
обсуждение исходный текст
Список pgsql-bugs
Can anybody verify whether this is a bug in 6.5.2?  I compiled 6.5.2
from sources, everything seemed OK.

I created a table:
    CREATE TABLE TESTTBL (A int4);

Then tried to create a unique index:
    CREATE UNIQUE INDEX TESTTBL0 ON TESTTBL (A);

The above failed, but the following succeeded:
    CREATE UNIQUE INDEX TESTTBL_0 ON TESTTBL (A);

Thank you.


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

Предыдущее
От: "star_ma"
Дата:
Сообщение: one Questions for postgres6.5.1
Следующее
От: "Tim Newell"
Дата:
Сообщение: Bug in index creation