diff options
author | gdt <gdt> | 2008-02-16 00:58:24 +0000 |
---|---|---|
committer | gdt <gdt> | 2008-02-16 00:58:24 +0000 |
commit | 433294fc469b5c1f6c1a9092954f1a39839f5e13 (patch) | |
tree | 782fa8962edcd499ca29b840f5eb56e85fad2bb4 /databases/guile-pg/Makefile | |
parent | e8f70cad8b09408a22719f92511fcd647759c0d2 (diff) | |
download | pkgsrc-433294fc469b5c1f6c1a9092954f1a39839f5e13.tar.gz |
Update to 0.35.
- 0.35 | 2008-02-13
- Bugfix: composition INTERSECT in `parse+make-SELECT-tree'
This proc, in module (database postgres-qcons), used to
erroneously accept #:intersection and emit "INTERSECTION".
Now, it accepts #:intersect and emits "INTERSECT".
- New (database postgres) procs
- pg-escape-string-conn
- pg-escape-bytea-conn
- pg-unescape-bytea
- Tested against PostgreSQL 7.4.19
Diffstat (limited to 'databases/guile-pg/Makefile')
-rw-r--r-- | databases/guile-pg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile index 1606e281320..e66ed4030de 100644 --- a/databases/guile-pg/Makefile +++ b/databases/guile-pg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2008/01/05 21:37:45 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2008/02/16 00:58:24 gdt Exp $ # -DISTNAME= guile-pg-0.34 +DISTNAME= guile-pg-0.35 CATEGORIES= databases MASTER_SITES= http://www.gnuvola.org/software/guile-pg/ |