Re: pgsql: Make each pg_stat_ view into it's own table in the documentation

From: Thom Brown <thom(at)linux(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make each pg_stat_ view into it's own table in the documentation
Date: 2012-02-25 15:20:31
Message-ID: CAA-aLv4wN=5U5L9LajZ3TyX7VJnSX9phh0Rhy0ED1LC8+B_duw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 25 February 2012 14:33, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> Make each pg_stat_ view into it's own table in the documentation
>
> This makes it easier to match a column name with the description of it,
> and makes it possible to add more detailed documentation in the future.
>
> This patch does not add that extra documentation at this point, only
> the structure required for it.
>
> Modeled on the changes already done to pg_stat_activity.

Some corrections in the attached patch:

s/database wide/database-wide/

(several occurrences throughout)

"The number of transactions in this database that has committed"
should be:
"The number of transactions in this database that have been committed"

"The number of transactions in this database that has rolled back"
should be:
"The number of transactions in this database that have been rolled back"

"The remote TCP port that the client is using for communication+ to
the , or <symbol>NULL</> if a unix socket is used."
(space before comma needs removing)

"The OID of the table this row"
should be:
"The OID of the table"

Changing all instances of "The oid" to "The OID" for consistency.

--
Thom

Attachment Content-Type Size
monitoring.patch text/x-patch 5.0 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2012-02-25 15:22:03 Re: pgsql: Merge the list of statistics functions into the view documentati
Previous Message Magnus Hagander 2012-02-25 14:33:14 pgsql: Merge the list of statistics functions into the view documentati