summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
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 2e071e2f83..5823520c0f 100644
--- a/contrib/README
+++ b/contrib/README
@@ -55,6 +55,10 @@ fulltextindex -
Full text indexing using triggers
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
+fuzzystrmatch -
+ Levenshtein and Metaphone fuzzy string matching
+ by Joe Conway <joseph.conway@home.com>
+
intarray -
Index support for arrays of int4, using GiST
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov