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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [Fwd: Make psql use all pretty print options]
Дата
Msg-id Pine.LNX.4.44.0310141947260.22628-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: [Fwd: Make psql use all pretty print options]  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: release.sgml, minor pg_autovacuum changes
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: fix for strict-alias warnings