Re: BUG #1223: RedHat Linux 8

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Shigeaki Momose <sig_momose(at)yahoo(dot)co(dot)jp>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1223: RedHat Linux 8
Date: 2004-08-18 14:27:58
Message-ID: Pine.LNX.4.58.0408181625520.31684@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


> The type of macaddr column could not work "Like" pattern matches.

Like is for comparing texts, so convert to text?

> mac_test=# select * from addr where mac like '%2e';

maybe try something like:

SELECT * FROM addr WHERE mac::TEXT LIKE '%2E';

Hope this help, have a nice day,

--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message nahum castro 2004-08-18 15:56:56 Regression test fail 8 beta on Fedora Core2
Previous Message PostgreSQL Bugs List 2004-08-18 14:14:56 BUG #1223: RedHat Linux 8