dbTalk Databases Forums  

[BUGS] BUG #2540: function upper(..) and operator 'like' problem

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2540: function upper(..) and operator 'like' problem in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default [BUGS] BUG #2540: function upper(..) and operator 'like' problem - 07-20-2006 , 03:31 PM







The following bug has been logged online:

Bug reference: 2540
Logged by: radoslaw wisniewski
Email address: radzimir (AT) freenet (DOT) de
PostgreSQL version: 8.1.4-2
Operating system: Linux
Description: function upper(..) and operator 'like' problem
Details:

function upper combined with like opertaor and german umlauts (db encoding
UTF8) fails.

Working example in some query:

select * from test where upper( name ) like upper('%Störk%')

Not working example:

select * from test where upper( name ) like '%STÖRK%'

function lower seems to have the same problem.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: [BUGS] BUG #2540: function upper(..) and operator 'like' problem - 07-20-2006 , 04:42 PM






radoslaw wisniewski wrote:
Quote:
function upper combined with like opertaor and german umlauts (db
encoding UTF8) fails.
You have probably configured the wrong locale, but you have not given
nearly enough information to reproduce your problem.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.