Re: [PgFoundry] Unsigned Data Types [1 of 2] - Mailing list pgsql-patches

From Jaime Casanova
Subject Re: [PgFoundry] Unsigned Data Types [1 of 2]
Date
Msg-id 3073cc9b0809062330o62fd74dax74b1730cedc0fbb9@mail.gmail.com
Whole thread Raw
In response to Re: [PgFoundry] Unsigned Data Types [1 of 2]  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Responses Re: [PgFoundry] Unsigned Data Types [1 of 2]
Re: [PgFoundry] Unsigned Data Types [1 of 2]
List pgsql-patches
On Sat, Sep 6, 2008 at 3:41 PM, Jaime Casanova
<jcasanov@systemguards.com.ec> 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PgFoundry] Unsigned Data Types [1 of 2]
Next
From: Tom Lane
Date:
Subject: Re: [PgFoundry] Unsigned Data Types [1 of 2]