Re: there is a way to deactivate type validation on 8.3.1????

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: erobles <erobles(at)sensacd(dot)com(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: there is a way to deactivate type validation on 8.3.1????
Date: 2010-05-28 18:26:41
Message-ID: 4C000AE1.4040006@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/28/2010 11:20 AM, erobles wrote:
> hi!
> only for ask, there is a way to deactivate type validation, so i can do
>
> select rtrim(number_field) from table ; with no error and the message:
> "You might need to explicit type casts"
>
> this is postgres 8.3.1.
>

What are you trying to do? I am trying to think what rtrim does on a number.

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2010-05-28 18:34:31 Re: there is a way to deactivate type validation on 8.3.1????
Previous Message erobles 2010-05-28 18:20:56 there is a way to deactivate type validation on 8.3.1????