Re: change Log language

2022-11-11 Thread Tom Lane
fernando violante 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".

change Log language

2022-11-11 Thread fernando violante
Hi, I need to change the language of the log from Spanish to English, , but I understand that this change drop tables database . Is there a mechanism to make this change without losing data? Thank you in advance Fer