fernando violante <fer_viola...@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