Re: Sql select like question. - Mailing list pgsql-sql

From Tom Lane
Subject Re: Sql select like question.
Date
Msg-id 2417.1117055959@sss.pgh.pa.us
Whole thread Raw
In response to Sql select like question.  ("hatuan" <hatuan05@gmail.com>)
List pgsql-sql
"hatuan" <hatuan05@gmail.com> writes:
> I have a select query Select * from A where id like 'US%'
> In pgAdmin i have error : "ERROR:  unsupported type: 136452".

What PG version is this?

There were some bugs of that ilk in 8.0..8.0.2, but I think they
are all fixed in 8.0.3.  Leastwise your example doesn't fail for
me ...
        regards, tom lane


pgsql-sql by date:

Previous
From: lucas@presserv.org
Date:
Subject: Re: Duplicated records
Next
From: "hatuan"
Date:
Subject: Re: Sql select like question.