Answer the question
In order to leave comments, you need to log in
Why is it impossible to create a PostgreSQL database for ru_RU.UTF-8?
I'm trying to create a database in PostgreSQL using the following command:
CREATE DATABASE "имя_базы"
WITH OWNER "postgres"
ENCODING 'UTF8'
LC_COLLATE = 'ru_RU.UTF-8'
LC_CTYPE = 'ru_RU.UTF-8'
TEMPLATE = template0;
Answer the question
In order to leave comments, you need to log in
The locale name must match ru_RU.utf8 (ru_RU.UTF-8 won't work)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question