Re: Upper and Lower case sensitivities

From: "Poul L(dot) Christiansen" <poulc(at)miba(dot)auc(dot)dk>
To: "Campbell, Scott" <scampbell1(at)mtt(dot)ca>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Upper and Lower case sensitivities
Date: 2000-08-30 13:34:47
Message-ID: 39AD0D77.7A172047@miba.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Try using ~*

Her are the General Operators:
http://www.postgresql.org/docs/user/x2125.htm

"Campbell, Scott" wrote:

> Hey,
>
> Is there a function within postgres that lets you search for both upper and
> lower case at the same time?
> I know of the upper() and lower() functions but if a word has both upper and
> lower case in it it won't be returned by a query.
> Or am I limited to forcing my data to have one case only?
>
> Thanks
> Scott

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Travis Bauer 2000-08-30 13:52:06 Cursors and JDBC
Previous Message Jules Bean 2000-08-30 13:32:51 Re: Large selects handled inefficiently?