Re: Unrecognized type error (postgres 9.1.4) - Mailing list pgsql-hackers

From Rodrigo Barboza
Subject Re: Unrecognized type error (postgres 9.1.4)
Date
Msg-id CANs8QJZYdXX-yHpSKoASXT1wExXNHDc2Y+f1nLgdnZcgigOSLQ@mail.gmail.com
Whole thread Raw
In response to Unrecognized type error (postgres 9.1.4)  (Rodrigo Barboza <rodrigombufrj@gmail.com>)
Responses Re: Unrecognized type error (postgres 9.1.4)
List pgsql-hackers



On Sat, Apr 6, 2013 at 12:23 AM, Amit Kapila <amit.kapila@huawei.com> wrote:
> On Saturday, April 06, 2013 3:57 AM Rodrigo Barboza wrote:

>Hello.
> I created a type my_uint that is a unsigned int 32.

> I am trying to update data of a table that contains a column of this type.
> Here is what happens:

> postgresql=> explain analyze UPDATE attribute_type_conf SET rowform =
rowform +1 where rowform <= 18;
> ERROR:  unsupported type: 132852

Can you post your complete test (like your type creation and its use for
table and any initial data you loaded to it)?


With Regards,
Amit Kapila.



Well, it's a lot of data.
May I send it atached?

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Unrecognized type error (postgres 9.1.4)
Next
From: Heikki Linnakangas
Date:
Subject: Re: Enabling Checksums