summaryrefslogtreecommitdiff
path: root/databases/postgresql82-plperl
diff options
context:
space:
mode:
authoradam <adam>2006-12-09 16:13:57 +0000
committeradam <adam>2006-12-09 16:13:57 +0000
commit43ba138637006ce6821eaa5da874e6d365557d58 (patch)
treefb650d7c4a34eb86ae6950930a1957f5c77d8217 /databases/postgresql82-plperl
parent9393de2dd51fc4c3d1b60a4297d253b146de6f4c (diff)
downloadpkgsrc-43ba138637006ce6821eaa5da874e6d365557d58.tar.gz
Changes 8.2.0:
* Query language enhancements including "INSERT/UPDATE/DELETE RETURNING", multirow VALUES lists, and optional target-table alias in "UPDATE"/"DELETE" * Index creation without blocking concurrent "INSERT"/"UPDATE"/"DELETE" operations * Many query optimization improvements, including support for reordering outer joins * Improved sorting performance with lower memory usage * More efficient locking with better concurrency * More efficient vacuuming * Easier administration of warm standby servers * New FILLFACTOR support for tables and indexes * Monitoring, logging, and performance tuning additions * More control over creating and dropping objects * Table inheritance relationships can be defined for and removed from pre-existing tables * "COPY TO" can copy the output of an arbitrary "SELECT" statement * Array improvements, including nulls in arrays * Aggregate-function improvements, including multiple-input aggregates and SQL:2003 statistical functions * Many "contrib/" improvements
Diffstat (limited to 'databases/postgresql82-plperl')
-rw-r--r--databases/postgresql82-plperl/DESCR5
-rw-r--r--databases/postgresql82-plperl/MESSAGE7
-rw-r--r--databases/postgresql82-plperl/Makefile22
-rw-r--r--databases/postgresql82-plperl/PLIST2
4 files changed, 36 insertions, 0 deletions
diff --git a/databases/postgresql82-plperl/DESCR b/databases/postgresql82-plperl/DESCR
new file mode 100644
index 00000000000..9057591c0ba
--- /dev/null
+++ b/databases/postgresql82-plperl/DESCR
@@ -0,0 +1,5 @@
+PL/Perl allows you to write functions in the Perl programming language
+that may be used in SQL queries as if they were built into Postgres.
+The PL/Perl intepreter is a full Perl interpreter. However, certain
+operations have been disabled in order to maintain the security of the
+system.
diff --git a/databases/postgresql82-plperl/MESSAGE b/databases/postgresql82-plperl/MESSAGE
new file mode 100644
index 00000000000..8180a231764
--- /dev/null
+++ b/databases/postgresql82-plperl/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/12/09 16:15:06 adam Exp $
+
+Please see the PL/Perl section of the PostgreSQL Programmer's Guide
+(databases/postgresql-docs) for information on programming with
+${PKGNAME}.
+===========================================================================
diff --git a/databases/postgresql82-plperl/Makefile b/databases/postgresql82-plperl/Makefile
new file mode 100644
index 00000000000..2fbc738d43a
--- /dev/null
+++ b/databases/postgresql82-plperl/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/12/09 16:15:06 adam Exp $
+
+PKGNAME= postgresql82-plperl-${BASE_VERS}
+COMMENT= PL/Perl procedural language for the PostgreSQL backend
+
+DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
+
+.include "../../databases/postgresql82/Makefile.common"
+
+PERL5_CONFIGURE= no
+CONFIGURE_ARGS+= --with-perl
+
+BUILD_DIRS= ${WRKSRC}/src/pl/plperl
+MAKE_FILE= GNUmakefile
+
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
+
+.include "../../databases/postgresql82-client/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql82-plperl/PLIST b/databases/postgresql82-plperl/PLIST
new file mode 100644
index 00000000000..c6fc40664fe
--- /dev/null
+++ b/databases/postgresql82-plperl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/09 16:15:06 adam Exp $
+${PG_SUBPREFIX}lib/postgresql/plperl.la