summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2006-09-05 18:00:58 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2006-09-05 18:00:58 +0000
commit642194ba0cdc0aada9c99bf7712fcae5f3ac86d1 (patch)
treeb6f1ca4d2ab6500d0fa5581278fd94be283063d6 /contrib/README
parentaf7d257e21aae3d75c46977482309b658b3a29d7 (diff)
downloadpostgresql-642194ba0cdc0aada9c99bf7712fcae5f3ac86d1.tar.gz
Add hstore contrib module.
Per discussion http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php
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 40438af604..6b15b70b2b 100644
--- a/contrib/README
+++ b/contrib/README
@@ -52,6 +52,10 @@ fuzzystrmatch -
Levenshtein, metaphone, and soundex fuzzy string matching
by Joe Conway <mail@joeconway.com>, Joel Burton <jburton@scw.org>
+hstore -
+ Hstore - module for storing (key,value) pairs
+ by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
+
intagg -
Integer aggregator
by mlw <markw@mohawksoft.com>