Re: Fwd: Would like to help with documentation for Postgres 11

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Fwd: Would like to help with documentation for Postgres 11
Дата
Msg-id 20180729212719.GD3222@telsasoft.com
обсуждение исходный текст
Ответ на Fwd: Would like to help with documentation for Postgres 11  (Michael Goldshteyn <mgold10000@gmail.com>)
Ответы Re: Fwd: Would like to help with documentation for Postgres 11  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Jul 29, 2018 at 11:50:40AM -0500, Michael Goldshteyn wrote:
> I would like to offer some help writing and improving the English
> documentation for some of the new features and changes in Postgres 11. If I
> can get an email of where such help would be appreciated, so I can choose a
> feature I am familiar with, I would be glad to help.

The documentation is expected to be commited with the feature, so what's
currently in place is expected to be adequate and accuate.

You could review any documentation changes since v10.  Any issues or
improvements you can discuss or send patch to -hackers.

Maybe something like:
git log -p REL_10_4..REL_11_BETA2 doc/
..or just git diff which would not show commits separately but also would not
show multiple updates for same feature (like: commit: feature... commit:
improve documentation... commit: fix typos... commit: change default)

Alternately you can look at the pg11 release notes (or git log?) for list of
features and check that corresponding documentation exists and is accurate.
That could conceivably expose implementation bugs, eg. with edge cases.
git log REL_10_4..REL_11_BETA2

Justin


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [PATCH] Improve geometric types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fwd: Would like to help with documentation for Postgres 11