error messages not only English - Mailing list pgsql-general

From Jose' Soares Da Silva
Subject error messages not only English
Date
Msg-id Pine.LNX.3.96.980522102809.580A-100000@proxy.bazzanese.com
Whole thread Raw
Responses Re: [GENERAL] error messages not only English  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-general
Hi all,

I see that PostgreSQL mainly gives error messages in English, I see also that
in some cases there's the possibility to configure it to give messages in
other languages like global.c that may be configured to give messages in
German.
MySQL gives the possibility to configure it using an external file containing
the messages by specifying it using the parameter LANGUAGE=<language>
where <language> is one of the following:

               czech
               english
               french
               germany
               italian
               norwegian
               norwegian-ny
               polish
               portuguese
               spanish
               swedish

It will be great if we could have also this feature on PostreSQL.
I'm available to help on translation to Portuguese, Spanish and Italian.
                                                        Jose'


pgsql-general by date:

Previous
From: Philip Bierhoff
Date:
Subject: How to remove VACUUM lock?
Next
From: Christoph Lorenz
Date:
Subject: Extending SQL with a C function