Re: [GENERAL] RE: [HACKERS] error messages not only English

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [GENERAL] RE: [HACKERS] error messages not only English
Date: 1998-05-26 19:59:57
Message-ID: 11066.896212797@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter T Mount <psqlhack(at)retep(dot)org(dot)uk> writes:
> In libpq, this could be added to PQerrorMessage(). This could attempt to
> get the native language error message from the DB, defaulting to either an
> english one, or just the error code (it would be a bad problem in this
> case).

Um. libpq has its own error messages that it can generate --- the most
obvious ones being those about "failed to connect to postmaster"
and "lost connection to backend". How is it supposed to get a localized
equivalent message from the server in cases like that?

Bear in mind that libpq may be executing on a remote machine, so
"have it read the error message file directly" is not a usable answer.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter T Mount 1998-05-26 20:12:09 Re: [GENERAL] RE: [HACKERS] error messages not only English
Previous Message David Hartwig 1998-05-26 18:44:04 Re: [HACKERS] Current sources?