summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authorwiz <wiz>2014-09-06 13:35:43 +0000
committerwiz <wiz>2014-09-06 13:35:43 +0000
commit9e4d797b5f5d01d4eed1d4bb243397201b0b49e3 (patch)
treee07569132206f1ea150de90f37166673390ab73f /databases/p5-DBD-postgresql
parent29162cab450e8e832b1d4484f73170fba6e5df54 (diff)
downloadpkgsrc-9e4d797b5f5d01d4eed1d4bb243397201b0b49e3.tar.gz
Update to 3.4.1:
Version 3.4.1 Released August 20, 2014 (git commit cfd146effde09c493ac7573408ac29d6d9cbed47) - Allow '%' again for the type in table_info() and thus tables() It's not documented or tested in DBI, but it used to work until DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which uses type='%'. [Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>] Version 3.4.0 Released August 16, 2014 (git commit 7a5da12d84b4c2e9879f90fb6168f56c095071fa) - Cleanup and improve table_info() [Mike Pomraning <mjp@pilcrow.madison.wi.us>] (github issue #7) table_info() type searching now supports TABLE, VIEW, SYSTEM TABLE, SYSTEM VIEW, and LOCAL TEMPORARY table_info() object searching fully supports the above types. table_info() object searching no longer ignores invalid types - a filter of 'NOSUCH' will return no rows, and 'NOSUCH,LOCAL TEMPORARY' will return only temp objects. tableinfo() type filters are strictly matched now ... previously a search for SYSTEM TABLE would have fetched plain TABLE objects. table_info() now treats temporary tables and temporary views as LOCAL TEMPORARY - Make sure column_info() and table_info() can handle materialized views. [Greg Sabino Mullane] (CPAN bug #97032)
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r--databases/p5-DBD-postgresql/Makefile4
-rw-r--r--databases/p5-DBD-postgresql/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile
index 7fad815052d..802fbee4c8f 100644
--- a/databases/p5-DBD-postgresql/Makefile
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2014/07/27 23:37:21 wen Exp $
+# $NetBSD: Makefile,v 1.70 2014/09/06 13:35:43 wiz Exp $
-DISTNAME= DBD-Pg-3.3.0
+DISTNAME= DBD-Pg-3.4.1
PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/}
SVR4_PKGNAME= p5dpo
CATEGORIES= databases perl5
diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo
index 3d67a78e598..57e359309d1 100644
--- a/databases/p5-DBD-postgresql/distinfo
+++ b/databases/p5-DBD-postgresql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2014/07/27 23:37:21 wen Exp $
+$NetBSD: distinfo,v 1.35 2014/09/06 13:35:43 wiz Exp $
-SHA1 (DBD-Pg-3.3.0.tar.gz) = 9ec52d0d75463e6a448760e2d2fcbc41ca6201e1
-RMD160 (DBD-Pg-3.3.0.tar.gz) = 660ae04e42a750401efa7ab43612a2c043e4287a
-Size (DBD-Pg-3.3.0.tar.gz) = 251408 bytes
+SHA1 (DBD-Pg-3.4.1.tar.gz) = 1b52e6a74e0c8ee51a1fb0fed6a5f79b54df372f
+RMD160 (DBD-Pg-3.4.1.tar.gz) = 3e1f8de5a189e5c75e945db6c7cfe0303c2e84ca
+Size (DBD-Pg-3.4.1.tar.gz) = 253147 bytes