Re: pgsql: Merge the list of statistics functions into the view documentati

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: pgsql: Merge the list of statistics functions into the view documentati
Дата
Msg-id CAA-aLv4Ph1BTgfe7G0yuTiZtCfzEDC8CkA68bqdRjd7Fw5wy8Q@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Merge the list of statistics functions into the view documentati  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-committers
On 25 February 2012 14:33, Magnus Hagander <magnus@hagander.net> wrote:
> Merge the list of statistics functions into the view documentation
>
> Most people won't read them individually anyway, it's an easy way to find
> them, and it's a lot of duplicated information if they are kept in two
> different places.

Just a couple corrections:

"The per-database access functions take a database OID as argument"
should be:
"The per-database access functions take a database OID as an argument"

"This value can also be returned by directly calling the
pg_stat_get_backend_dbid."
should be:
"This value can also be returned by directly calling the
pg_stat_get_backend_dbid function."

(Probably the latter as that's how you've done it further down the
page.  Other descriptions exhibit the same problem.)

I haven't attached a patch for this one as it could cause problems
with the corrections for different changes on the same file.
--
Thom

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: Make each pg_stat_ view into it's own table in the documentation
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix some typos and correct wording in the monitoring docs patch