Re: [HACKERS] errcontext function

2007-09-17 Thread Guillaume Lelarge
Tom Lane a écrit : Guillaume Lelarge <[EMAIL PROTECTED]> 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 w

Re: [HACKERS] errcontext function

2007-09-14 Thread Tom Lane
Guillaume Lelarge <[EMAIL PROTECTED]> 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 the

[HACKERS] errcontext function

2007-09-14 Thread Guillaume Lelarge
Hi, I wonder why all messages going through errcontext function are not translatable. I found this when working on PL/pgsql but it seems other functions (like COPY, see backend/commands/copy.c) call errcontext and none propose translatable messages. Can I send a patch so we can translate them ?