Re: A Japanese-unfriendy error message contruction - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A Japanese-unfriendy error message contruction
Date
Msg-id 24988.1527186021@sss.pgh.pa.us
Whole thread Raw
In response to Re: A Japanese-unfriendy error message contruction  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Responses Re: A Japanese-unfriendy error message contruction  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
List pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes:
> Hello. Here is the patch set.

Thanks!  I pushed all this plus fixes for the OCLASS_PUBLICATION_REL
code.

The only non-cosmetic change I made was that I didn't much like what
you'd done with the OCLASS_DEFACL code: it seemed quite confusing to
be renaming buffers like that, plus it was still assuming more than
I thought it should about how the message would go together in the end.
I took the advice of the manual instead, and just made pairs of
near-duplicate messages to be translated separately.

I'm still not sure whether the OCLASS_DEFAULT case is satisfactorily
translatable.  It would not take a lot more code to expand its message to
"default value for column %s of %s", where the second %s is the result of
getRelationDescription.  However, I have no idea whether there are any
translations where that would really work noticeably better.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Portability concerns over pq_sendbyte?
Next
From: Alvaro Herrera
Date:
Subject: Re: Should we add GUCs to allow partition pruning to be disabled?