Re: How can I find a specific collation in pg_collation when using ICU?

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: MauMau <maumau307(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How can I find a specific collation in pg_collation when using ICU?
Date: 2017-08-09 16:44:17
Message-ID: 176fc1b7-bc72-5f49-9a7d-bed5d4b43947@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8/9/17 08:38, MauMau wrote:
> I tried to find a particular collation name in pg_collation, but I
> cannot understand the naming convention after reading the following
> article. Specifically, I want to find out whether there is some
> collation equivalent to Japanese_CI_AS in SQL Server, which means
> Japanese, case-insensitive, and accent sensitive.

There are no case-insensitive collations in PostgreSQL (yet).

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shubham Barai 2017-08-09 16:54:19 GSoC 2017: weekly progress reports (week 9 and week 10)
Previous Message Robert Haas 2017-08-09 16:38:35 Re: Remove 1MB size limit in tsvector