Re: BUG #2771: NULL values in FOREIGN KEY fields

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: BUG #2771: NULL values in FOREIGN KEY fields
Дата
Msg-id 20061121022846.GC32538@timbira.com
обсуждение исходный текст
Ответ на BUG #2771: NULL values in FOREIGN KEY fields  ("vincent" <vincent@iim.nctu.edu.tw>)
Список pgsql-bugs
vincent wrote:

> When insert a null value in foreign key fields, an error occurs.
>
This is not a bug. The error occurs because you're trying to insert NULL
in a NOT NULL field (C_Group_Parent). Try to strip the NOT NULL from
C_Group_Parent field so you can insert NULL in it.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: BUG #2771: NULL values in FOREIGN KEY fields
Следующее
От: "Jaime Casanova"
Дата:
Сообщение: Re: BUG #2764: Capital letter in tables or columns not supported