diff options
author | joerg <joerg@pkgsrc.org> | 2014-10-01 19:25:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-10-01 19:25:35 +0000 |
commit | d5a974b21d24c843b0fbc3bdea74b2f5e1daa62e (patch) | |
tree | 5b6c4a0f0c6cfcd7553fa2bebca11d27410eb4a4 /databases/postgresql91-datatypes | |
parent | 5bfda11bffdea9e6e23a7f2d5e48eef5fd7ad2dc (diff) | |
download | pkgsrc-d5a974b21d24c843b0fbc3bdea74b2f5e1daa62e.tar.gz |
Include btree-gist module, useful e.g. for range exclusions.
Diffstat (limited to 'databases/postgresql91-datatypes')
-rw-r--r-- | databases/postgresql91-datatypes/DESCR | 6 | ||||
-rw-r--r-- | databases/postgresql91-datatypes/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql91-datatypes/PLIST | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/databases/postgresql91-datatypes/DESCR b/databases/postgresql91-datatypes/DESCR index 81d686b929f..a0a848aca0f 100644 --- a/databases/postgresql91-datatypes/DESCR +++ b/databases/postgresql91-datatypes/DESCR @@ -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. diff --git a/databases/postgresql91-datatypes/Makefile b/databases/postgresql91-datatypes/Makefile index 30bea5c8235..d4641f4e92d 100644 --- a/databases/postgresql91-datatypes/Makefile +++ b/databases/postgresql91-datatypes/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2014/02/23 11:25:52 adam Exp $ +# $NetBSD: Makefile,v 1.12 2014/10/01 19:25:35 joerg Exp $ PKGNAME= ${DISTNAME:C/-/91-datatypes-/} +PKGREVISION= 1 COMMENT= PostgreSQL data types support modules DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server @@ -18,6 +19,7 @@ BUILD_DIRS+= contrib/uuid-ossp . include "../../devel/ossp-uuid/buildlink3.mk" .endif +BUILD_DIRS+= contrib/btree_gist BUILD_DIRS+= contrib/citext BUILD_DIRS+= contrib/hstore BUILD_DIRS+= contrib/intarray diff --git a/databases/postgresql91-datatypes/PLIST b/databases/postgresql91-datatypes/PLIST index 533d01d4739..c9271e89d4a 100644 --- a/databases/postgresql91-datatypes/PLIST +++ b/databases/postgresql91-datatypes/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2013/12/10 22:32:57 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/10/01 19:25:35 joerg Exp $ lib/postgresql/_int.so +lib/postgresql/btree_gist.so lib/postgresql/citext.so lib/postgresql/hstore.so lib/postgresql/isn.so @@ -7,6 +8,9 @@ lib/postgresql/lo.so lib/postgresql/ltree.so lib/postgresql/unaccent.so ${PLIST.uuid}lib/postgresql/uuid-ossp.so +share/postgresql/extension/btree_gist--1.0.sql +share/postgresql/extension/btree_gist--unpackaged--1.0.sql +share/postgresql/extension/btree_gist.control share/postgresql/extension/citext--1.0.sql share/postgresql/extension/citext--unpackaged--1.0.sql share/postgresql/extension/citext.control |