Re: string || NULL ambiguity - Mailing list pgsql-hackers

From Tom Lane
Subject Re: string || NULL ambiguity
Date
Msg-id 23063.1048172103@sss.pgh.pa.us
Whole thread Raw
In response to Re: string || NULL ambiguity  (Oleg Bartunov <oleg@sai.msu.su>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Faster NUMERIC implementation
Next
From: Tom Lane
Date:
Subject: Re: Varchar Vs. Text index matching - why different?