Re: Adding Cyrillic support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: Job <Job(at)colliniconsulting(dot)it>, pgsql-general(at)postgresql(dot)org
Subject: Re: Adding Cyrillic support
Date: 2017-09-23 15:47:58
Message-ID: 25544.1506181678@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John R Pierce <pierce(at)hogranch(dot)com> writes:
> On 9/23/2017 1:44 AM, Job wrote:
>> how can i add more character support to PostgreSql 9.6?
>> I need to also store some information in Cyrillic, for Russian users.

> utf-8 should be able to store just about any character.

Or there's about four different Cyrillic-specific character sets
available already:

https://www.postgresql.org/docs/current/static/multibyte.html#CHARSET-TABLE

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2017-09-23 16:40:24 Re: Is float8 a reference type?
Previous Message Tom Lane 2017-09-23 15:41:52 Re: Why can't the database owner create schemas and how can I enable that?