Re: pgstat documentation tables
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Magnus Hagander <magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-01-16T18:41:09Z
Lists: pgsql-hackers
On sön, 2012-01-15 at 12:20 -0500, Tom Lane wrote: > Magnus Hagander <magnus@hagander.net> writes: > > Right now we have a single table on > > http://www.postgresql.org/docs/devel/static/monitoring-stats.html#MONITORING-STATS-VIEWS > > that lists all our statistics views ... > > I'd like to turn that into one table for each view, > > Please follow the style already used for system catalogs; ie I think > there should be a summary table with one entry per view, and then a > separate description and table-of-columns for each view. If the tables had proper table and column comments, you might even be able to generate the SGML documentation automatically.