Re: [GENERAL] RE: [HACKERS] error messages not only English
Vadim Mikheev <vadim@krs.ru>
From: Vadim Mikheev <vadim@krs.ru>
To: Peter Mount <peter@maidstone.gov.uk>
Cc: "'Jose' Soares Da Silva'" <sferac@bo.nettuno.it>, "'hackers postgres'" <pgsql-hackers@postgreSQL.org>
Date: 1998-05-26T15:55:27Z
Lists: pgsql-hackers, pgsql-general
Peter Mount wrote: > > That sounds like a good idea. > > How about having them stored in a new system table (say pg_errormsg) which > contains each possible error in all the supported languages. That way, you > can have multiple language support when users from different countries use > the same server? Yes, this is nice. One note: server have to load from this table all messages in a language requested by user when switching to this language - it's not possible to read any table from elog() in most cases. Vadim