Re: BUG #1816: Insert null values on a null field

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: BUG #1816: Insert null values on a null field
Дата
Msg-id 42FA1BDA.9060003@archonet.com
обсуждение исходный текст
Ответ на BUG #1816: Insert null values on a null field  ("Rafael BArrios" <rbarrios@emdis.net.co>)
Список pgsql-bugs
Rafael BArrios wrote:
> Description:        Insert null values on a null field
>
> I have a table wich is referenced as foreing key for others, the problem is,
> in my case my table is composed of 4 fields, 2 of them are FK but all of
> them are not null by definition. If i insert the data for the FK and leave
> the other 2 empty (null), the DB accept and insert the record without any
> problem.

Can you provide definitions of both tables and and example of an insert
that should fail.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: BUG #1817: column not exist
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Help Needed