Re: [ADMIN] Case Sensitive problem

2006-03-18 Thread Bruce Momjian
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.

[ADMIN] Case Sensitive problem

2006-03-18 Thread Erik Ferencz
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

[ADMIN] case sensitive problem

2005-12-11 Thread Anton Andreev
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 -