From: | "Ilja Golshtein" <ilejn(at)yandex(dot)ru> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: failed to find conversion function from "unknown" to ... |
Date: | 2005-06-21 08:12:24 |
Message-ID: | 42B7CBE8.000001.19441@mfront7.yandex.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi!
>select 1 where 'vasya' = (select 'vasya')
>produces
>ERROR: failed to find conversion function from "unknown" to text
I managed to find two similar messages
in GENERAL archive.
In first message
http://archives.postgresql.org/pgsql-general/2004-10/msg01368.php
Tom Lane says explicit cast is requiered
in second message
http://archives.postgresql.org/pgsql-sql/2005-01/msg00058.php
Tom Lane says it is a problem in PG.
These messages are about different things (first is
about View and second is about Case), though I don't
see difference between this situations and
don't have clear picture where (and what is the reason
behind this) I should explicitly
cast literals to text or varchar and where it is not
required.
Is this problem of string literals only or some other
types are involved?
Thanks.
--
Best regards
Ilja Golshtein
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2005-06-21 08:14:56 | Re: HELP!!! Corrupt Database! |
Previous Message | Richard Huxton | 2005-06-21 08:07:14 | Re: problems with types after update to 8.0 |