diff options
author | mjl <mjl@pkgsrc.org> | 2003-01-17 16:41:37 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-01-17 16:41:37 +0000 |
commit | 637c77c0453159bf012813e321cf5c349ddbce18 (patch) | |
tree | 3bc00fbc5efcf3b5bcf70342a0167a1790c67742 /databases/p5-DBD-postgresql/Makefile | |
parent | b418b65f27cc6acd88344872bc47348a998e8516 (diff) | |
download | pkgsrc-637c77c0453159bf012813e321cf5c349ddbce18.tar.gz |
Update p5-DBD-postgresql to 1.21
- System tables no longer returned by tables().
- Fix table_attributes to handle removal of pg_relcheck in 7.3,
- Properly reset transaction status after failed transaction when
autocommit is off. Properly report transaction failure message.
- New pg_bool_tf database handle that when set to true booleans are
returned as 't'/'f' rather than 1/0.
- Maintenance transferred to GBorg.
- Added implementations of column_info() and table_info(), and
primary_key_info().
- The POD formatting was cleaned up.
- The preparser was updated to better handle escaped characters.
- Added eg/lotest.pl as a demonstration of using large objects in buffers
rather than files.
- Added LISTEN/NOTIFY functionality.
- Added constants for common PostgreSQL data types.
- Fixed compile-time warnings.
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 0b951502232..5fede39e25b 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.21 2003/01/05 20:14:24 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2003/01/17 16:41:37 mjl Exp $ # -VER= 1.13 +VER= 1.21 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} -PKGREVISION= 3 +# PKGREVISION= 3 SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/JBAKER/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= jwise@netbsd.org -HOMEPAGE= http://www.postgresql.org/ +HOMEPAGE= http://gborg.postgresql.org/project/dbdpg/projdisplay.php COMMENT= perl DBI/DBD driver for PostgreSQL databases USE_BUILDLINK2= YES |