The following bug has been logged online: Bug reference: 1174 Logged by: Peter of the Norse
Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.5 Operating system: Linux Description: to_ascii doesn't work on eth in Latin-1 Details: In the Latin-1 encoding, both eths, Ð chr(208) and ð chr(240), get mapped to space instead of D and d like they should. Actually, they should get mapped to 'th', but I'd rather have the speed instead of strict accuracy. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match