Re: I'm getting "ERROR: unsupported type: 17296"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Cc: Pgsql-General <pgsql-general(at)postgresql(dot)org>, bu(at)solution-x(dot)com
Subject: Re: I'm getting "ERROR: unsupported type: 17296"
Date: 2005-11-11 17:22:00
Message-ID: 19907.1131729720@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Florian G. Pflug" <fgp(at)phlo(dot)org> writes:
> I'm running postgresql 8.0.2 on Linux.
> When I do
> select * from datagraph."MyTable" where "KC" like "TTT%"
> , postgres responds with "ERROR: unsupported type: 17296".

If KC is a domain type, you need to update to 8.0.4.

2005-06-01 13:05 tgl

* src/backend/utils/adt/selfuncs.c (REL8_0_STABLE): patternsel()
was improperly stripping RelabelType from the derived expressions
it constructed, causing scalarineqsel to become confused if the
underlying variable was of a domain type. Per report from Kevin
Grittner.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dianne Yumul 2005-11-11 17:39:53 Re: Restoring from filesystem backup
Previous Message Dennis Veatch 2005-11-11 17:19:34 Re: A good postgresql book