Обсуждение: [GENERAL] Adding Cyrillic support

Поиск
Список
Период
Сортировка

[GENERAL] Adding Cyrillic support

От
Job
Дата:
Dear guys,

how can i add more character support to PostgreSql 9.6?
I need to also store some information in Cyrillic, for Russian users.

Can more characters coexist in the same database?

Thank you!
F



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Adding Cyrillic support

От
John R Pierce
Дата:
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.
>
> Can more characters coexist in the same database?


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


-- 
john r pierce, recycling bits in santa cruz



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Adding Cyrillic support

От
Tom Lane
Дата:
John R Pierce <pierce@hogranch.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


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general