Re: [BUGS] compilation error on linux mandrake
he compile (a few times if necessary). I hope this helps. -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED] ! I arrange things, like furniture, and http://www.sprucegrove.com/~jay/ ! daffodils, and ...lives. -- Hello Dolly
Re: [BUGS] Select where (upper(xy)~'.CH'); ..matches also SPACE CH
at. If you want to match the "." character, then use '\.CH'. Question: why aren't you using ~* (which does a case insensitive match) rather than upper(xy) ~ '.CH'? I haven't done benchmarking so I don't know which is faster... I hope this help