Re: Upper and Lower case sensitivities - Mailing list pgsql-general

From Steve Heaven
Subject Re: Upper and Lower case sensitivities
Date
Msg-id 3.0.1.32.20000830134331.00e17a6c@mail.thornet.co.uk
Whole thread Raw
In response to Upper and Lower case sensitivities  ("Campbell, Scott" <scampbell1@mtt.ca>)
List pgsql-general
At 09:20 30/08/00 -0300, 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?

select * from foo while column_name ~* 'matchstring';



pgsql-general by date:

Previous
From: "Campbell, Scott"
Date:
Subject: Upper and Lower case sensitivities
Next
From: "Adam Lang"
Date:
Subject: Re: foreign keys - script