diff options
author | gdt <gdt@pkgsrc.org> | 2005-12-09 16:01:10 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-12-09 16:01:10 +0000 |
commit | ce59777d4137cae43650eb752b258acee39f91c4 (patch) | |
tree | 283075fa10525d59a66343a82c46ab1684d553fa /databases/guile-pg/PLIST | |
parent | 2a7d6d445d7ecf988637086686e01601a57f8fe7 (diff) | |
download | pkgsrc-ce59777d4137cae43650eb752b258acee39f91c4.tar.gz |
Update to 0.29. Changes since last update:
- 0.29 | 2005-08-25
- Dropped proc: where-clausifier
- Dropped proc: tuples-result->table
- For `gxrepl', results are now printed with " | " field separator
- All (database postgres) procs now tested
- Support files guile.m4 and modsup.h synched with Guile 1.4.1.106
- 0.28 | 2005-05-09
- Bugfix: array reference handling in (database postgres-qcons)
- FSF street address updated in copyright notices
- 0.27 | 2005-03-02
- Result objects print without redundant "PGRES_" prefix
- New command for (database postgres-table) proc `pgtable-manager'
- New (database postgres-resx) proc: result->object-rows
- Changes to module (database postgres-qcons)
- 0.26 | 2005-02-24
- Expiration date set for opaque string support
- Expiration date set for two (database postegres-table) procs
- Dropped (database postgres-types) proc: dbcoltype:name
- New type converters in module (database postgres-types)
- New module: (database postgres-qcons)
- New module: (database postgres-resdisp)
- New module: (database postgres-gxrepl)
- 0.25 | 2005-01-02
- New (database postgres) proc: pg-result-error-message
- 0.24 | 2004-11-24
- New (database postgres) proc: pg-set-nonblocking!
- New (database postgres) proc: pg-is-nonblocking?
Diffstat (limited to 'databases/guile-pg/PLIST')
-rw-r--r-- | databases/guile-pg/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/guile-pg/PLIST b/databases/guile-pg/PLIST index 5778a2bf87b..8f9fd9a974f 100644 --- a/databases/guile-pg/PLIST +++ b/databases/guile-pg/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2004/12/03 13:41:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/12/09 16:01:10 gdt Exp $ lib/guile/site/database/libpostgres.la lib/guile/site/database/postgres-col-defs.scm +lib/guile/site/database/postgres-gxrepl.scm lib/guile/site/database/postgres-meta.scm +lib/guile/site/database/postgres-qcons.scm +lib/guile/site/database/postgres-resdisp.scm lib/guile/site/database/postgres-resx.scm lib/guile/site/database/postgres-table.scm lib/guile/site/database/postgres-types.scm |