Re: text(bool), text(numeric) - Mailing list pgsql-bugs

From Markus Bertheau
Subject Re: text(bool), text(numeric)
Date
Msg-id 1006945244.4770.34.camel@entwicklung01.cenes.de
Whole thread Raw
In response to text(bool), text(numeric)  (Vicktor <vic@adv.ru>)
Responses Re: text(bool), text(numeric)  (Vicktor <vic@adv.ru>)
Re: text(bool), text(numeric)  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-bugs
On Wed, 2001-11-28 at 11:24, Vicktor wrote:
>  Why not exists functions for convert any type to text?
>  I can't find text(bool), text(numeric) ...

use type casting:=20

select column::text from table

after :: comes the type you want.

Markus Bertheau

pgsql-bugs by date:

Previous
From: Vicktor
Date:
Subject: text(bool), text(numeric)
Next
From: Vicktor
Date:
Subject: Re: text(bool), text(numeric)