cannot cast type boolean to text?

Поиск
Список
Период
Сортировка
От Brian Hurt
Тема cannot cast type boolean to text?
Дата
Msg-id 46718954.60903@janestcapital.com
обсуждение исходный текст
Ответы Re: cannot cast type boolean to text?
Re: cannot cast type boolean to text?
Список pgsql-novice
I'm not sure if this is the right
So when I do:
    SELECT true :: text;
in psql, I get back:

ERROR:  cannot cast type boolean to text

I was wondering why this is so.  Unfortunately, the place where I hit
the problem was in a function that takes arguments of type ANYELEMENT
and wants to convert them to text.  Which doesn't make it impossible to
work around this, just more annoying.

This is Postgres 8.1.4.

Would this be something worthwhile to post to Hackers?

Brian


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

Предыдущее
От: "Richard Broersma Jr."
Дата:
Сообщение: Re: no results for nextval() query?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cannot cast type boolean to text?