summaryrefslogtreecommitdiff
path: root/databases/postgresql83-adminpack
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-03-04 12:41:36 +0000
committeradam <adam@pkgsrc.org>2008-03-04 12:41:36 +0000
commitccf532ab0c1146ff606fbd4932571528a2ab23c7 (patch)
tree6540ccfa35e3ead303ed87ff04bfa2687ae2215a /databases/postgresql83-adminpack
parent2b46efe7394cdfebca5ce79ea141e9cd8fc62508 (diff)
downloadpkgsrc-ccf532ab0c1146ff606fbd4932571528a2ab23c7.tar.gz
PostgreSQL 8.3
With significant new functionality and performance enhancements, this release represents a major leap forward for PostgreSQL. This was made possible by a growing community that has dramatically accelerated the pace of development. This release adds the following major features: * Full text search is integrated into the core database system * Support for the SQL/XML standard, including new operators and an XML data type * Enumerated data types (ENUM) * Arrays of composite types * Universally Unique Identifier (UUID) data type * Add control over whether NULLs sort first or last * Updatable cursors * Server configuration parameters can now be set on a per-function basis * User-defined types can now have type modifiers * Automatically re-plan cached queries when table definitions change or statistics are updated * Numerous improvements in logging and statistics collection * Support Security Service Provider Interface (SSPI) for authentication on Windows * Support multiple concurrent autovacuum processes, and other autovacuum improvements * Allow the whole PostgreSQL distribution to be compiled with Microsoft Visual C++
Diffstat (limited to 'databases/postgresql83-adminpack')
-rw-r--r--databases/postgresql83-adminpack/DESCR4
-rw-r--r--databases/postgresql83-adminpack/Makefile20
-rw-r--r--databases/postgresql83-adminpack/PLIST4
3 files changed, 28 insertions, 0 deletions
diff --git a/databases/postgresql83-adminpack/DESCR b/databases/postgresql83-adminpack/DESCR
new file mode 100644
index 00000000000..69453f2b72c
--- /dev/null
+++ b/databases/postgresql83-adminpack/DESCR
@@ -0,0 +1,4 @@
+The ``adminpack'' PostgreSQL contrib module implements a number of
+support functions which pgAdmin and other administration and management
+tools can use to provide additional functionality if installed on a
+server.
diff --git a/databases/postgresql83-adminpack/Makefile b/databases/postgresql83-adminpack/Makefile
new file mode 100644
index 00000000000..9355375d597
--- /dev/null
+++ b/databases/postgresql83-adminpack/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 12:42:13 adam Exp $
+
+PKGNAME= postgresql83-adminpack-${BASE_VERS}
+COMMENT= Admin pack module for pgAdmin management
+
+DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server
+
+.include "../../databases/postgresql83/Makefile.common"
+
+BUILD_DIRS= contrib/adminpack
+
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+
+REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
+REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
+
+.include "../../databases/postgresql83-client/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql83-adminpack/PLIST b/databases/postgresql83-adminpack/PLIST
new file mode 100644
index 00000000000..64960e704fe
--- /dev/null
+++ b/databases/postgresql83-adminpack/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/04 12:42:13 adam Exp $
+${PG_SUBPREFIX}lib/postgresql/adminpack.la
+${PG_SUBPREFIX}share/postgresql/contrib/adminpack.sql
+${PG_SUBPREFIX}share/postgresql/contrib/uninstall_adminpack.sql