Re: BUG #1694: LIKE fails on column with domain after ANALYZE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kevin J(dot) Grittner" <kgrittn(at)wicourts(dot)gov>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1694: LIKE fails on column with domain after ANALYZE
Date: 2005-06-01 16:29:00
Message-ID: 14906.1117643340@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Kevin J. Grittner" <kgrittn(at)wicourts(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-06-01 17:06:53 Re: BUG #1694: LIKE fails on column with domain after ANALYZE
Previous Message Tom Lane 2005-06-01 15:36:04 Re: BUG #1695: "select distinct" makes different output