Re: Unique Index

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Unique Index
Дата
Msg-id 20050120110908.H50057@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: Unique Index  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-general
On Thu, 20 Jan 2005, Dann Corbit wrote:

> It is clear to me that only allowing a single null value will not
> violate the explanation below.

Given two rows in T with one column each
(NULL), (NULL)

Find two rows such that the value of each column in one row is non-null
and equal to the value of the corresponding column in the other row
according to 8.2. If there are no such rows the unique predicate returns
true (ie the constraint is satisfied).


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

Предыдущее
От: Marek Lewczuk
Дата:
Сообщение: Re: Client's variables
Следующее
От: "Frank D. Engel, Jr."
Дата:
Сообщение: Re: Unique Index