Answer the question
In order to leave comments, you need to log in
How to change date language to Russian in PostgreSQL?
Hello! When outputting the date like this, I get the following output:
SELECT to_char(now(), 'dd.TMmon')
> 08.may
SET lc_time = 'ru_RU';
SELECT to_char(now(), 'dd.TMmon')
> 08.мая
Answer the question
In order to leave comments, you need to log in
1. Is it easier to convert the date on the application side?
2. Change postgresql.conf in the config lc_time = 'ru_RU'
3. You already have everything with one request.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question