Re: change Log language

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: change Log language
Дата
Msg-id 540296.1668182188@sss.pgh.pa.us
обсуждение исходный текст
Ответ на change Log language  (fernando violante <fer_violante@live.com>)
Список pgsql-general
fernando violante <fer_violante@live.com> writes:
> I need to change the language of the log from Spanish to English, , but I understand that this change drop tables
database. 

Uh ... no.  All you need to do is change lc_messages, eg like

alter system set lc_messages to 'en_US';

and "pg_ctl reload".

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: fernando violante
Дата:
Сообщение: change Log language
Следующее
От: Richard Welty
Дата:
Сообщение: Re: pgadmin4 versions on Ubuntu 22.04