Re: How to convert integer to string in functions

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Siva Palanisamy <siva_p(at)hcl(dot)com>
Subject: Re: How to convert integer to string in functions
Date: 2011-08-12 14:29:27
Message-ID: 201108120729.28054.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday, August 12, 2011 6:53:57 am Siva Palanisamy wrote:
> Hi All,
>
> In my table, some of the columns are in text datatype. Few data will come
> down from UI layer as integers. I want to convert that to string/text
> before saving it into the table. Please help me on this.

Should not need to. String into integer would be a problem, but not integer into
string.

>
> Thanks and Regards,
> Siva.

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2011-08-12 15:27:09 Re: COPY from .csv File and Remove Duplicates
Previous Message David Johnston 2011-08-12 14:17:40 Re: How to convert integer to string in functions