Full Case INSENSITIVE ... - Mailing list pgsql-admin

From Nicola Cisternino
Subject Full Case INSENSITIVE ...
Date
Msg-id 011e01c1168f$be358f00$5b43a8c0@tin.it
Whole thread Raw
Responses Re: Full Case INSENSITIVE ...  (Karel Zak <zakkr@zf.jcu.cz>)
Re: Full Case INSENSITIVE ...  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-admin
Hi,
 
... We are a Microsoft SQL Server users by many years .... and now we would like migrate our applications on PostgreSQL ... .but for us is very important the case function in query operations ....
SQL Server databases can be case-sensitive or case-insensitive depending on installation options.
If a database is case-sensitive, when you search for text data, you can use any combination of uppercase and lowercase letters. For example, if you are looking for a name such as "Smith," you can use the search conditions "=smith" or "=SMITH." ... so as you can search any data with all standard operators ( ">" "<" ... etc...) without lost any record ! ....
 
It's possible with PostgreSQL ???  ( .... i already know the ILIKE clause .... but it's insufficient !! ...)
 
It will be a future implementation  ???
 
Very thanks !!

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Requirements for a database server
Next
From: Karel Zak
Date:
Subject: Re: Full Case INSENSITIVE ...