SET NULL on NOT NULL field

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема SET NULL on NOT NULL field
Дата
Msg-id GNELIHDDFBOCMGBFGEFOMEDKCFAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: SET NULL on NOT NULL field  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: SET NULL on NOT NULL field  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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...

Chris



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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: Win32 port patches submitted
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Client failure allows backed to continue