diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2006-09-05 18:00:58 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2006-09-05 18:00:58 +0000 |
commit | 642194ba0cdc0aada9c99bf7712fcae5f3ac86d1 (patch) | |
tree | b6f1ca4d2ab6500d0fa5581278fd94be283063d6 /contrib/README | |
parent | af7d257e21aae3d75c46977482309b658b3a29d7 (diff) | |
download | postgresql-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/README | 4 |
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> |