Re: text(bool), text(numeric)

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: Vicktor <vic(at)adv(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: text(bool), text(numeric)
Date: 2001-11-28 11:00:44
Message-ID: 1006945244.4770.34.camel@entwicklung01.cenes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:

select column::text from table

after :: comes the type you want.

Markus Bertheau

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vicktor 2001-11-28 11:26:45 Re: text(bool), text(numeric)
Previous Message Vicktor 2001-11-28 10:24:29 text(bool), text(numeric)