Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/databases/postgresql91-datatypes/Attic/DESCR,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/databases/postgresql91-datatypes/Attic/DESCR,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- pkgsrc/databases/postgresql91-datatypes/Attic/DESCR 2013/12/10 22:32:57 1.4 +++ pkgsrc/databases/postgresql91-datatypes/Attic/DESCR 2014/10/01 19:25:35 1.5 @@ -1,5 +1,7 @@ -This package provides the following PostgreSQL modules: citext, hstore, -intarray, isn, ltree, lo, uuid-ossp, unaccent. +This package provides the following PostgreSQL modules: btree_gist, +citext, hstore, intarray, isn, ltree, lo, uuid-ossp, unaccent. + +The "btree_gist" module provides GIST operator classes for scalar data types. The "citext" module provides a case-insensitive character string type, citext. Essentially, it internally calls lower when comparing values.