]> granicus.if.org Git - postgresql/commit
Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.
authorBruce Momjian <bruce@momjian.us>
Tue, 2 Jan 2007 20:59:32 +0000 (20:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 2 Jan 2007 20:59:32 +0000 (20:59 +0000)
commit2955f1ebf4a9cfae7e8118180811f589b4cd74ff
treec542ef86bdc390d51291863f3034414aa633280b
parent7bb1cc50b2d444a2e3f9a7082897aa685c5de947
Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.

The purpose is to allow autovacuum-esq conditional vacuuming and
clustering using SQL to discover the required stats.

No documentation updates required.  Catalog version updated.

Glen Parker
src/backend/catalog/system_views.sql
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/test/regress/expected/rules.out