Re: Links for upgraders

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Links for upgraders
Дата
Msg-id 23031.1390203350@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Links for upgraders  (Vik Fearing <vik.fearing@dalibo.com>)
Ответы Re: Links for upgraders  (Vik Fearing <vik.fearing@dalibo.com>)
Список pgsql-docs
Vik Fearing <vik.fearing@dalibo.com> writes:
> The attached patch aims to help upgraders find the relevant information
> important to their upgrade.

This seems like a good idea, but bad implementation.

Why didn't you follow the existing style for the major-version links?
That is, a pattern like

    However, if you are upgrading from a version earlier than 9.0.6,
    see <xref linkend="release-9-0-6">.

What you've got is not just inconsistent with that nearby usage, but
redundant (especially in the plain-text output format) and bad grammar.

            regards, tom lane


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

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Links for upgraders
Следующее
От: Alan B
Дата:
Сообщение: Re: Add clarification example to EXEC SQL CONNECT with password