Re: failed to find conversion function from "unknown" to text

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: failed to find conversion function from "unknown" to text
Дата
Msg-id 28633.1105550450@sss.pgh.pa.us
обсуждение исходный текст
Ответ на failed to find conversion function from "unknown" to text  (Szűcs Gábor <surrano@gmail.com>)
Список pgsql-sql
Szűcs Gábor <surrano@gmail.com> writes:
>    [local]:tir=# select case 'a' when 'a' then 1 else 2 end as asdf;
>    ERROR:  failed to find conversion function from "unknown" to text

> This worked up to v7.4.6, and couldn't see it in the "Migration" part of the 
> HISTORY file.

This is an unintended side effect of the change to evaluate CASE
constructs more efficiently.  I'll fix it.
        regards, tom lane


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Syntax error while altering col-type
Следующее
От: Rosser Schwarz
Дата:
Сообщение: Re: Syntax error while altering col-type