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   [EMAIL PROTECTED]


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to