Re: errcontext function - Mailing list pgsql-hackers

From Tom Lane
Subject Re: errcontext function
Date
Msg-id 11465.1189788790@sss.pgh.pa.us
Whole thread Raw
In response to errcontext function  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: errcontext function
List pgsql-hackers
Guillaume Lelarge <guillaume@lelarge.info> writes:
> I wonder why all messages going through errcontext function are not
> translatable.

I don't think it's errcontext's fault.  The PLs in general don't have
any translation coverage.  This seems a bit difficult to fix: I don't
think we'd wish to put their messages into the main backend's message
domain, but AFAICT gettext can only support one active domain at
a time.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: GIN readme is out of date
Next
From: Tom Lane
Date:
Subject: Re: Use of global and static variables in shared libraries