Postgresql模式匹配utf8

时间:2013-10-20 08:40:49

标签: mysql postgresql pattern-matching

在我的mysql数据库中,我在utf-8中有一个城市名称:“Bucureşti”

如果我这样做

SELECT * 
FROM cities 
WHERE name LIKE 'Bucuresti';  <- without diacritic 'ş' it works in MySQL.

我怎么能在postgresql中实现这个呢?

1 个答案:

答案 0 :(得分:1)

签出unaccent扩展名,这是contrib包的一部分。