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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make each pg_stat_ view into it's own table in the documentation
Date: 2012-02-25 14:33:14
Message-ID: E1S1IgU-0000dV-KQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 941 ++++++++++++++++++++++++++++++++++++++----
1 files changed, 859 insertions(+), 82 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2012-02-25 15:20:31 Re: pgsql: Make each pg_stat_ view into it's own table in the documentation
Previous Message Tom Lane 2012-02-24 23:40:56 pgsql: Avoid repeated creation/freeing of per-subre DFAs during regex s