Re: 8.1 Unique Index Issue/Bug???

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: 8.1 Unique Index Issue/Bug???
Дата
Msg-id 200607131755.27335.peter_e@gmx.net
обсуждение исходный текст
Ответ на 8.1 Unique Index Issue/Bug???  ("Chris Hoover" <revoohc@gmail.com>)
Список pgsql-admin
Am Donnerstag, 13. Juli 2006 16:40 schrieb Chris Hoover:
> On this table, I have created a unique index on payer_trn03, payer_trn04,
> and expire_timestamp.  However, since the expire_timestamp is normally
> null, the unique index does not appear to be working.  I have been able to
> enter two identical rows into this table.

This behavior is correct according to the SQL standard, as two null values are
not considered equal.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: 8.1 Unique Index Issue/Bug???
Следующее
От: Andy Shellam
Дата:
Сообщение: Re: 8.1 Unique Index Issue/Bug???