Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group