Re: Where to find translation of Postgres error messages?

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Együd Csaba <csegyud(at)vnet(dot)hu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Where to find translation of Postgres error messages?
Date: 2005-06-08 13:40:33
Message-ID: 853770cf745912dea87a2e5070eda227@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jun 8, 2005, at 9:12 AM, Együd Csaba wrote:

> thank you very much for your suggestion. I downloaded the file (hu.po)
> and
> tried to find the given error message in it (using a text editor) with
> no
> success. There was no e.g. "SQL Error: fe_sendauth: no password
> supplied"
> lines in the po file. A also searched over the de.po and no such
> lines. I
> also tried to search for portions of the message. No result. :(

Apparently that string is not localized. It is defined in libpq-fe.h:

/* Define the string so all uses are consistent. */
#define PQnoPasswordSupplied "fe_sendauth: no password supplied\n"

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-06-08 13:51:38 Re: Where to find translation of Postgres error messages?
Previous Message Michael Fuhr 2005-06-08 13:19:11 Re: Copying data from int column to array column