Erik Ferencz wrote:
> Hi,
> I have got problems with case sensitive sort.
> I need my Postgre DB to be case insensitive, but I don't know how or where
> to set it.
>
> Could anyone help me, please.
Read our FAQ.
--
Bruce Momjian http://candle.pha.pa.us
SRA OSS, Inc. http://www.sraoss.
Hi,
I have got problems with case sensitive
sort.
I need my Postgre DB to be case insensitive, but I
don't know how or where to set it.
Could anyone help me, please.
Erik Ferencz
Hi,
I have a db with unicode encoding. I store both English and Bulgerian.
collation Bulgerian.1251
ctype Bulgerian.1251
I am using regular expressions ~* which are supposed to be case
insensitive, but they are NOT! I need them to be case insensitive.
What should I do?
Cheers,
Anton
-