Re: SET NULL on NOT NULL field

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: SET NULL on NOT NULL field
Дата
Msg-id 20030127212113.A87170-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на SET NULL on NOT NULL field  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: SET NULL on NOT NULL field  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-hackers
On Tue, 28 Jan 2003, Christopher Kings-Lynne wrote:

> I just noticed you can do this:
>
> create table blah (
>     a not null references test on delete set null
> )
>
> Should that be prevented?  It shouldn't be too hard to test for really...

Maybe, although I don't think the spec prevents it.  In practice
I'd guess it ends up being a more expensive way of saying no action.



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Client failure allows backed to continue
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: interactive docs error