Re: Unrecognized type error (postgres 9.1.4)

From: Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
To: "'Rodrigo Barboza'" <rodrigombufrj(at)gmail(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unrecognized type error (postgres 9.1.4)
Date: 2013-04-06 03:23:07
Message-ID: 007401ce3276$0f0ea1f0$2d2be5d0$@kapila@huawei.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rodrigo Barboza 2013-04-06 06:47:48 Re: Unrecognized type error (postgres 9.1.4)
Previous Message Amit Kapila 2013-04-06 03:08:31 Re: Page replacement algorithm in buffer cache