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

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

From
Magnus Hagander
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ddfc2d9a3705d246c7f262d1f3745d2cf64da1bd

Modified Files
--------------
doc/src/sgml/monitoring.sgml |  940 ++++++++++--------------------------------
1 files changed, 217 insertions(+), 723 deletions(-)


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

From
Thom Brown
Date:
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