Does PostgreSQL support “accent insensitive” collations?

前端 未结 3 1519
梦谈多话
梦谈多话 2020-11-22 10:17

In Microsoft SQL Server, it\'s possible to specify an \"accent insensitive\" collation (for a database, table or column), which means that it\'s possible for a query like

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 10:59

    I'm pretty sure PostgreSQL relies on the underlying operating system for collation. It does support creating new collations, and customizing collations. I'm not sure how much work that might be for you, though. (Could be quite a lot.)

提交回复
热议问题