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

From Vicktor
Subject Re: text(bool), text(numeric)
Date
Msg-id 20011128142645.39b1e435.vic@adv.ru
Whole thread Raw
In response to Re: text(bool), text(numeric)  (Markus Bertheau <twanger@bluetwanger.de>)
List pgsql-bugs
On 28 Nov 2001 12:00:44 +0100
Markus Bertheau <twanger@bluetwanger.de> wrote:

It's not work when column is bool or numeric type !

> 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:
>
> select column::text from table
>
> after :: comes the type you want.
>
> Markus Bertheau
>
>
>
>

Victor

pgsql-bugs by date:

Previous
From: Markus Bertheau
Date:
Subject: Re: text(bool), text(numeric)
Next
From: Karel Zak
Date:
Subject: Re: text(bool), text(numeric)