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

From: erobles <erobles(at)sensacd(dot)com(dot)mx>
To: pgsql-general(at)postgresql(dot)org
Subject: there is a way to deactivate type validation on 8.3.1????
Date: 2010-05-28 18:20:56
Message-ID: 4C000988.8070807@sensacd.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2010-05-28 18:26:41 Re: there is a way to deactivate type validation on 8.3.1????
Previous Message Adrian Klaver 2010-05-28 17:50:35 Re: cannot use column references in default expression?