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

From Thom Brown
Subject Re: pgsql: Merge the list of statistics functions into the view documentati
Date
Msg-id CAA-aLv4Ph1BTgfe7G0yuTiZtCfzEDC8CkA68bqdRjd7Fw5wy8Q@mail.gmail.com
Whole thread Raw
In response to pgsql: Merge the list of statistics functions into the view documentati  (Magnus Hagander <magnus@hagander.net>)
List 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 by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Make each pg_stat_ view into it's own table in the documentation
Next
From: Magnus Hagander
Date:
Subject: pgsql: Fix some typos and correct wording in the monitoring docs patch