The indication mistake of unique index(multi column)

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: The indication mistake of unique index(multi column)
Date: 2003-10-29 17:59:38
Message-ID: 01a001c39e46$6bb13220$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave.

The second line isn't indicated in the property columns of unique index (multi column).
Please Apply it.

ex.)
CREATE TABLE xxxx (a int, b int, unique(a,b));
b is missing, and falls.

regards,
Hiroshi Saito

Attachment Content-Type Size
dlgIndex_patch application/octet-stream 415 bytes

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-31 21:24:52 Re: The indication mistake of unique index(multi column)
Previous Message Hiroshi Saito 2003-10-29 16:01:12 Re: Need help with GTK bug