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/distinfo | |
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/distinfo')
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index 51352d80a08..0ff8ccf04fd 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2002/08/21 23:10:38 mjl Exp $ +$NetBSD: distinfo,v 1.13 2003/01/17 16:41:38 mjl Exp $ -SHA1 (DBD-Pg-1.13.tar.gz) = f99a5aeebd71e0cac273311cb3405d9ed5e3e9c2 -Size (DBD-Pg-1.13.tar.gz) = 43038 bytes -SHA1 (patch-aa) = bd394a9052e532c6deb59c0531ed34b0f4f98e3e -SHA1 (patch-ab) = 5b8ee2423026727afdf87a482f681003d491ec39 +SHA1 (DBD-Pg-1.21.tar.gz) = d52b6005fc6e7de1c5f8274e3c80e5375e94c413 +Size (DBD-Pg-1.21.tar.gz) = 77446 bytes +SHA1 (patch-aa) = c1e39f684ea515d09801a714ab4ba06c01b13f6f +SHA1 (patch-ab) = 628bbc7bf3b4862b4c53ba4843dcc7161bff1ead |