Re: Null and Void() - Or, Abandon All Hope Ye Who allow

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Null and Void() - Or, Abandon All Hope Ye Who allow
Дата
Msg-id 1152122886.13851.14.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: Null and Void() - Or, Abandon All Hope Ye Who allow  (Scott Ribe <scott_ribe@killerbytes.com>)
Ответы Re: Null and Void() - Or, Abandon All Hope Ye Who allow  (Greg Stark <gsstark@mit.edu>)
Re: Null and Void() - Or, Abandon All Hope Ye Who allow  (Wayne Conrad <wconrad@yagni.com>)
Список pgsql-general
On Mon, 2006-07-03 at 11:09, Scott Ribe wrote:
> > Can't the intelligent practitioner simply proceed carefully with
> > queries when nulls are involved?
>
> Yes. The thing is, getting rid of NULL in the real world requires
> decomposing data into so many tables that it would certainly cause more
> confusion when it comes time to actually query the data...

I would add that sometimes null means we don't know, but we wish we did,
and here's how we can describe our lack of knowledge...  Those instances
are the ones we would need lots of tables to describe, and infinite time
would allow us to do so.

However, there are often nulls that fall in the category of "who
cares?"  For those, null is a perfectly acceptable alternative, and
there's no need for all the extra work.

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

Предыдущее
От: Dany De Bontridder
Дата:
Сообщение: Re: Help making a plpgsql function?
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Null and Void() - Or, Abandon All Hope Ye Who allow