Re: Updated backslash consistency patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Updated backslash consistency patch
Дата
Msg-id 20081107231404.GL5507@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Updated backslash consistency patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Updated backslash consistency patch  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Updated backslash consistency patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > 3. the help.c patch breaks alignment of the help output.  I think the
> > best way to fix it would be to change [PATTERN] into something shorter
> > like [PAT] and add a mention to that in the first line, something like
> 
> I'd rather stick with [PATTERN].  Can't we just add more spaces to keep
> all the descriptions aligned?

Yes, but it shortens the available space for all the texts (which could
cause some of them to become two lines, but I didn't check) and it means
the translations have to be updated.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: pg_typeof() patch review
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [RRR] Tests citext casts