6.5.2 create index bug? - Mailing list pgsql-bugs

From Craig Dockter
Subject 6.5.2 create index bug?
Date
Msg-id 37EE9626.4D6E277D@worldnet.att.net
Whole thread Raw
List 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 by date:

Previous
From: "star_ma"
Date:
Subject: one Questions for postgres6.5.1
Next
From: "Tim Newell"
Date:
Subject: Bug in index creation