Tom Lane writes:
> Doing that would require making this one string change:
>
> ! printfPQExpBuffer(&buf, _(" \"%s\" CHECK %s"),
> becomes
> ! printfPQExpBuffer(&buf, _(" \"%s\" %s"),
>
> but ISTM the latter string doesn't really need any translation and so
> it wouldn't be much of a problem.
The quotation marks need "translation". But indeed it wouldn't be "much"
of a problem. I agree that this is a desirable bug fix.
--
Peter Eisentraut peter_e@gmx.net