1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add database page inspection /contrib module.

Simon and Heikki
This commit is contained in:
Bruce Momjian
2007-05-17 19:11:25 +00:00
parent 3b0347b36e
commit 64058429c5
13 changed files with 1186 additions and 588 deletions

View File

@ -8,13 +8,4 @@ DROP TYPE pgstattuple_type;
DROP FUNCTION pgstatindex(text);
DROP TYPE pgstatindex_type;
DROP FUNCTION bt_metap(text);
DROP TYPE bt_metap_type;
DROP FUNCTION bt_page_stats(text, int4);
DROP TYPE bt_page_stats_type;
DROP FUNCTION bt_page_items(text, int4);
DROP TYPE bt_page_items_type;
DROP FUNCTION pg_relpages(text);