Re: string || NULL ambiguity

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: string || NULL ambiguity
Дата
Msg-id 23063.1048172103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: string || NULL ambiguity  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> On Thu, 20 Mar 2003, Thomas T. Thai wrote:
>> Note the error: "ERROR:  Void value" above.  Why is that happening?

> That's because NULL is forbidden for txtidx. We'll fix that.

Please note that an empty string is not the same as NULL.  The error
message in txtidx_in appears to be griping about an empty string,
not NULL.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Faster NUMERIC implementation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Varchar Vs. Text index matching - why different?