Re: Old question - failed to find conversion function from "unknown" - Mailing list pgsql-general

From Ilja Golshtein
Subject Re: Old question - failed to find conversion function from "unknown"
Date
Msg-id 42DCEFEE.000005.12199@mfront8.yandex.ru
Whole thread Raw
In response to Re: Old question - failed to find conversion function from  (Richard Huxton <dev@archonet.com>)
Responses Re: Old question - failed to find conversion function from "unknown"
Re: Old question - failed to find conversion function from
List pgsql-general
>Well, it would obviously be better if PG could figure out it was safe,
>but I'm not sure there's a general case where it is. You can see it's OK
>because you know there's only one row in your SELECT result-set.

I think, it's OK because NULL can be compared with anything
with predictable result and no additional information about
types is necessary.
Is it correct vision?

I agree it's hard to proceed your query with UNION
and some sort of error is reasonable here.

--
Best regards
Ilja Golshtein

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Old question - failed to find conversion function from
Next
From: Richard Huxton
Date:
Subject: Re: Slow first query