Re: [Fwd: Make psql use all pretty print options] - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: [Fwd: Make psql use all pretty print options]
Date
Msg-id Pine.LNX.4.44.0310141947260.22628-100000@peter.localdomain
Whole thread Raw
In response to Re: [Fwd: Make psql use all pretty print options]  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
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


pgsql-patches by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: release.sgml, minor pg_autovacuum changes
Next
From: Andrew Dunstan
Date:
Subject: Re: fix for strict-alias warnings