Constraint check that crashes backend...

Поиск
Список
Период
Сортировка
От Mike Meyer
Тема Constraint check that crashes backend...
Дата
Msg-id 365B8065.C87B9236@phone.net
обсуждение исходный текст
Список pgsql-hackers
Here's a simple constraint check that crashes the 6.4 backend.

Fixes [rattling tin cup]?
Thanx,<mike

create table splatter (       a       int,       b       int,       check (not (a is null and b is null))


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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] cursor and update + view
Следующее
От: "Billy G. Allie"
Дата:
Сообщение: Help with MiXeD cAsE table names and triggers.