Обсуждение: The indication mistake of unique index(multi column)

Поиск
Список
Период
Сортировка

The indication mistake of unique index(multi column)

От
"Hiroshi Saito"
Дата:
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

Вложения

Re: The indication mistake of unique index(multi column)

От
"Dave Page"
Дата:
Thanks Hiroshi, patch applied.

Regards, Dave.

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito@inetrt.skcapi.co.jp]
> Sent: 29 October 2003 18:00
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: The indication mistake of unique index(multi column)
>
> 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
>