Re: Cannot declare record members NOT NULL

Поиск
Список
Период
Сортировка
От Cultural Sublimation
Тема Re: Cannot declare record members NOT NULL
Дата
Msg-id 457056.83020.qm@web63403.mail.re1.yahoo.com
обсуждение исходный текст
Ответ на Re: Cannot declare record members NOT NULL  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: Cannot declare record members NOT NULL  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Hi,

> I presume you mean that the server is saying the column can be NULL,
> not that it is actually NULL, since:

Yeah, that is the correct semantics: "it can be NULL".  It does make
a world of difference on the client side, because an "int4 never NULL"
is a different type from "int4 possibly NULL".  The type mismatch
means the program won't even compile.

Cheers,
C.S.



      ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



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

Предыдущее
От: Jorge Godoy
Дата:
Сообщение: Re: Partial index with regexp not working
Следующее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: an other provokative question??