summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorBruce Momjian2006-02-12 03:55:53 +0000
committerBruce Momjian2006-02-12 03:55:53 +0000
commitd5dd3d451e7d898ea2492d80539f74f032e3f408 (patch)
tree2145f2c3a99667d93a69e43fb5ae7775ddb983f6 /contrib/README
parent6c0d4aabe2fd36e2e808c2d453fcabbe6c8464fa (diff)
Add contrib/pg_freespacemap to display free space map information.
Mark Kirkwood
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 17e07d7f6ae..82e449fe6bc 100644
--- a/contrib/README
+++ b/contrib/README
@@ -106,6 +106,10 @@ pg_buffercache -
Real time queries on the shared buffer cache
by Mark Kirkwood <markir@paradise.net.nz>
+pg_freespacemap -
+ Displays the contents of the free space map (FSM)
+ by Mark Kirkwood <markir@paradise.net.nz>
+
pg_trgm -
Functions for determining the similarity of text based on trigram
matching.