summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-07-29 18:31:20 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-07-29 18:31:20 +0000
commitab9907f5e5eba6e4e17a279d07a1a9df21ec5b19 (patch)
treeb57e1d34e059098c8ee023f285d999def612e613 /contrib/README
parent6fe879634121bcad34b7093b7b87c9c149b11d0e (diff)
downloadpostgresql-ab9907f5e5eba6e4e17a279d07a1a9df21ec5b19.tar.gz
Add a new, improved version of citext as a contrib module.
David E. Wheeler
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 142c696931..d1345f669a 100644
--- a/contrib/README
+++ b/contrib/README
@@ -36,6 +36,10 @@ chkpass -
An auto-encrypted password datatype
by D'Arcy J.M. Cain <darcy@druid.net>
+citext -
+ A case-insensitive character string datatype
+ by David E. Wheeler <david@kineticode.com>
+
cube -
Multidimensional-cube datatype (GiST indexing example)
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>