Re: Matching against a field case in-sensitive. - Mailing list pgsql-general

From Reid Thompson
Subject Re: Matching against a field case in-sensitive.
Date
Msg-id 49ABF976.5060204@ateb.com
Whole thread Raw
In response to Matching against a field case in-sensitive.  (James Dooley <jamdooley@gmail.com>)
List pgsql-general
James Dooley wrote:
> Hi,
>
> Since PostgreSQL is by default case sensitive, I would like to know if
> it is possible to do a search or somehow set the column in a relation to
> be case insensitive (on search at least).
>
> I would however like to store it case sensitive so I can display it as
> it was stored.
>
> Ps. I am not interested in creating another column.
>
>
>
>

select value from table where relation ilike 'search-criteria'

pgsql-general by date:

Previous
From: Martin Gainty
Date:
Subject: Re: Matching against a field case in-sensitive.
Next
From: Thom Brown
Date:
Subject: Detemine database size on Postgres 8.0