Re: \d+ should display the storage options for columns

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: \d+ should display the storage options for columns
Дата
Msg-id 20080524035929.GA24891@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: \d+ should display the storage options for columns  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-patches
Gregory Stark wrote:
> "Alvaro Herrera" <alvherre@commandprompt.com> writes:
>
> > This seems to be against an older version of psql ... with the
> > printTable API stuff, we reworked this -- in particular the mbvalidate()
> > call that's only on WIN32 is gone (actually it's the lack of it that's
> > gone.)
>
> Sorry. Here's a patch against a current sync of HEAD.

Neat.

> Incidentally how can this new API work? Calling _() on a function parameter
> would work but how would the translation tools know what strings need to be
> translated?

Those strings need to be in gettext_noop().  (If we're missing that
somewhere else, it's a bug) :-)

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-patches по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: \d+ should display the storage options for columns
Следующее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Extending grant insert on tables to sequences