From d5dd3d451e7d898ea2492d80539f74f032e3f408 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 12 Feb 2006 03:55:53 +0000 Subject: Add contrib/pg_freespacemap to display free space map information. Mark Kirkwood --- contrib/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/README') 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 +pg_freespacemap - + Displays the contents of the free space map (FSM) + by Mark Kirkwood + pg_trgm - Functions for determining the similarity of text based on trigram matching. -- cgit v1.2.3