AW: null in constraints

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: null in constraints
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368075@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> with V7.02, it seems when a constraint evalutes to 'null', it behaves
> like 'true'. I'm rather sure this behaviour changed from 
> V6.x, though I 
> can't check it.
> 
> example:
> 
>   create table test (a int4 check (a > 0));
> 
> allows a to be null. But

yes

> 
>   select * from test where a > 0;
> 
> doesn't return any null values.

yes

> 
> Is this the intended behaviour?

Yes, previous behavior was wrong.

Andreas


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

Предыдущее
От: Andreas Degert
Дата:
Сообщение: null in constraints
Следующее
От: Andreas Degert
Дата:
Сообщение: alter table rename to ..