From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "fabricio" <fabricio(at)icolony(dot)com(dot)br> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: translate referential integrity violation |
Date: | 2003-07-29 01:50:02 |
Message-ID: | 17341.1059443402@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"fabricio" <fabricio(at)icolony(dot)com(dot)br> writes:
> I would like to know how can I change the error messages from Postgre=
> SQL, because I need to translate them to Portuguese, thanks!
Doesn't look like anyone's started on a Portuguese translation yet,
but you're welcome to do so. (If that sounds like an awful lot of work,
it is, but you can translate just the messages you need most to start
with.)
See the documentation at
http://developer.postgresql.org/docs/postgres/nls.html
to get started. Also, the existing Spanish translation
(src/backend/po/es.po) might be useful, at least as a comparison file.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | LitelWang | 2003-07-29 03:25:20 | Can I call case-sensitive functions defined in postgres in my delphi client-side application ? |
Previous Message | Erik Ronström | 2003-07-29 00:22:18 | Trigger not invoked on update from trigger |