Unique Index

Поиск
Список
Период
Сортировка
От Alex
Тема Unique Index
Дата
Msg-id 41EE7034.6070803@meerkatsoft.com
обсуждение исходный текст
Ответы Re: Unique Index  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: Unique Index  (Roman Neuhauser <neuhauser@chello.cz>)
Список pgsql-general
Hi,

i have a unique index on a table over multiple columns. If now one of
the records has a null value in one of the indexed columns i can insert
the same record multiple times.

Is this a problem within postgres or expected?

Example:

index unique, btree (colA, colB, colC);

would still allow me to insert

AAAA, ,CCCC
AAAA, ,CCCC


Thanks for any help on that.
A



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

Предыдущее
От: Clive Page
Дата:
Сообщение: Re: Postgres crashed when adding a sequence column
Следующее
От: Robby Russell
Дата:
Сообщение: Re: PostgreSQL 8.0.0 Released