Add PostgreSQL home page to --help output

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Add PostgreSQL home page to --help output
Дата
Msg-id 8d389c5f-7fb5-8e48-9a4a-68cec44786fa@2ndquadrant.com
обсуждение исходный текст
Ответы Re: Add PostgreSQL home page to --help output  (Daniel Gustafsson <daniel@yesql.se>)
Re: Add PostgreSQL home page to --help output  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
Example:

initdb --help
...
Report bugs to <pgsql-bugs@lists.postgresql.org>.
PostgreSQL home page: <https://www.postgresql.org/>

I think this is useful.  You see this nowadays in other packages as 
well.  See also 
<https://www.gnu.org/prep/standards/standards.html#g_t_002d_002dhelp> 
for a reference.

Autoconf already has a way to register the package home page and 
propagate it, so I used that.  That also makes it easier to change it 
(see http: -> https:) or have third parties substitute their own contact 
information without destroying translations.

While at it, I also did the same refactoring for the bug reporting 
address (which was also recently changed, so this is a bit late, but who 
knows what the future holds).

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Adam Lee
Дата:
Сообщение: [PATCH] Sanity check BackgroundWorker's function entry
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: [PATCH] Erase the distinctClause if the result is unique bydefinition