Answer the question
In order to leave comments, you need to log in
How to create a Postgresql database with UTF-8 encoding in Ubuntu?
How to create a Postgresql database with UTF-8 encoding in Ubuntu?
Answer the question
In order to leave comments, you need to log in
CREATE DATABASE "test"
WITH OWNER "user"
ENCODING 'UTF8'
LC_COLLATE = 'ru_RU.UTF-8'
LC_CTYPE = 'ru_RU.UTF-8';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question