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

From Serge Fonville
Subject Re: Matching against a field case in-sensitive.
Date
Msg-id 680cbe0e0903020645v53ddbe3awabcc9a7c4116a006@mail.gmail.com
Whole thread Raw
In response to Matching against a field case in-sensitive.  (James Dooley <jamdooley@gmail.com>)
List pgsql-general
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.

PostgreSQL has string functions , you can use these in your where clause 

Hope this helps.

Regards,

Serge Fonville

pgsql-general by date:

Previous
From: James Dooley
Date:
Subject: Matching against a field case in-sensitive.
Next
From: "Gauthier, Dave"
Date:
Subject: Re: Shared Buffers