Re: [Fwd: Make psql use all pretty print options]

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [Fwd: Make psql use all pretty print options]
Date: 2003-10-14 17:48:47
Message-ID: Pine.LNX.4.44.0310141947260.22628-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2003-10-14 17:53:19 Re: fix for strict-alias warnings
Previous Message Larry Rosenman 2003-10-14 17:02:15 Re: release.sgml, minor pg_autovacuum changes