text(bool) not defined

Поиск
Список
Период
Сортировка
От Dave Blasby
Тема text(bool) not defined
Дата
Msg-id 3BC35FF2.94696C5F@refractions.net
обсуждение исходный текст
Ответы Re: text(bool) not defined  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I've noticed that text(bool) isnt a defined function (nor does
'true'::bool::text work). 

It would be great to have this defined.

Since "select 'false'::bool" gives 'f' and "select 'true'::bool" gives
't', perhaps text(bool) should return 't' or 'f'.

A case can, also, be given for returning 'true' or 'false'.

dave
ps. 7.1.2 on solaris
pps. "select boolin(true)" causes the backend to core.


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Problem with cyrilic
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: text(bool) not defined