summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-06-21 19:34:18 +0000
committerBruce Momjian <bruce@momjian.us>2002-06-21 19:34:18 +0000
commit485fc354e14982a6d9e6577fc3d69be4c78858ec (patch)
tree9a99bee3f713f9fc7749bc36d142bba904bcfdbf /contrib/README
parent561dca3263091a187cafec438a07735a88bf3cbd (diff)
downloadpostgresql-485fc354e14982a6d9e6577fc3d69be4c78858ec.tar.gz
Add reindex utility to /contrib.
Shaun Thomas <sthomas@townnews.com>
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 1ffef6df32..32304cad21 100644
--- a/contrib/README
+++ b/contrib/README
@@ -149,6 +149,10 @@ pgcrypto -
Cryptographic functions
by Marko Kreen <marko@l-t.ee>
+reindex -
+ Reindexes a database
+ by Shaun Thomas <sthomas@townnews.com>
+
pgstattuple -
A function returns the percentage of "dead" tuples in a table
by Tatsuo Ishii <t-ishii@sra.co.jp>