Re: [PgFoundry] Unsigned Data Types [1 of 2]

"Jaime Casanova" <[email protected]> Sun, 7 Sep 2008 01:30:53 -0500
Newsgroups gmane.comp.db.postgresql.devel.patches
Message-ID <[email protected]>
On Sat, Sep 6, 2008 at 3:41 PM, Jaime Casanova
<[email protected]> wrote:
>
> i still have to make some more test...
>

why i need the cast in this case? even if the cast is really necesary
(the message seems realy ugly)

contrib_regression=# select * from t1 where f1 > 35;
ERROR:  unsupported type: 16486

contrib_regression=# select * from t1 where f1 > 35::uint4;
 f1
-----
 36
 37
 38


-- 
regards,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. (593) 87171157

-- 
Sent via pgsql-patches mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches