Re: BUG #1694: LIKE fails on column with domain after ANALYZE - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1694: LIKE fails on column with domain after ANALYZE
Date
Msg-id 14906.1117643340@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1694: LIKE fails on column with domain after ANALYZE  ("Kevin J. Grittner" <kgrittn@wicourts.gov>)
List pgsql-bugs
"Kevin J. Grittner" <kgrittn@wicourts.gov> writes:
> postgres=# select * from t1 where f2 like 't%';
> ERROR:  unsupported type: 32740963

Confirmed in CVS tip --- looks like we missed a case where we need to
flatten out a domain.  Thanks for the report!

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1695: "select distinct" makes different output
Next
From: Tom Lane
Date:
Subject: Re: BUG #1694: LIKE fails on column with domain after ANALYZE