Re: [GENERAL] error messages not only English

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: sferac(at)bo(dot)nettuno(dot)it, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [GENERAL] error messages not only English
Date: 1998-05-22 14:49:41
Message-ID: 199805221449.KAA29907@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> Hrmmm...create an 'include/utils/errmsg.h file that is a link created by
> configure based on a --with-language=<insert your language here>...the
> file would contain:
>
> #define <ERRMSG TOKEN> "Error message in your language"
>
> Then use the TOKEN with elog...
>
> If we did something like this, we wouldn't have to convert all at once
> either, just as we pick up a new one...

Also only a small set of error messages get sent to users. Most of them
are rarely used or are for debugging.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 1998-05-22 14:53:30 Re: [GENERAL] error messages not only English
Previous Message The Hermit Hacker 1998-05-22 14:45:10 Re: [GENERAL] error messages not only English

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-05-22 14:53:30 Re: [GENERAL] error messages not only English
Previous Message Bruce Momjian 1998-05-22 14:48:29 Re: [HACKERS] Query cancel and OOB data