Re: case insensitive matching

From: Doug Budny <dbudny(at)diligence(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: case insensitive matching
Date: 2000-10-03 16:53:14
Message-ID: 4.2.2.20001003104806.01ae79c8@mail.diligence.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You could use the ~* operator. That will do a Case Insensitive
comparison. If you go to the website
(http://www.postgresql.org/users-lounge/docs/7.0/user/) and checkout
chapter 4, you can get a good list of the operators in posgres.

At 10/3/2000 12:41 PM, you wrote:
>Hi. LIKE does case sensitive string matching. Is there an easy way to do case
>insensitive string matching?
>
>Bob Kernell
>Research Scientist
>AS&M
>email: kernell(at)sundog(dot)larc(dot)nasa(dot)gov

--------------------------------
Doug Budny
IT - System Administrator
Due Diligence Inc.
http://www.diligence.com
Phone: (406) 728-0001
Fax: (406) 728-0006

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Micah Anderson 2000-10-03 16:55:45 Memory bloating
Previous Message Mitch Vincent 2000-10-03 16:50:43 Re: case insensitive matching