From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: Guile-PG 0.39 available Date: Mon, 11 Jan 2010 12:01:41 +0100 Message-ID: <87fx6caoru.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263207894 29873 80.91.229.12 (11 Jan 2010 11:04:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2010 11:04:54 +0000 (UTC) Cc: guile-user@gnu.org To: guile-sources@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jan 11 12:04:47 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUI4j-0006oz-Da for guile-user@m.gmane.org; Mon, 11 Jan 2010 12:04:45 +0100 Original-Received: from localhost ([127.0.0.1]:36838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUI4h-0007KE-Gq for guile-user@m.gmane.org; Mon, 11 Jan 2010 06:04:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUI4K-0007Go-23 for guile-user@gnu.org; Mon, 11 Jan 2010 06:04:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUI4I-0007GD-HK for guile-user@gnu.org; Mon, 11 Jan 2010 06:04:19 -0500 Original-Received: from [199.232.76.173] (port=49267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUI4E-0007Fo-5q; Mon, 11 Jan 2010 06:04:14 -0500 Original-Received: from smtp-out114.alice.it ([85.37.17.114]:1805) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUI4D-0005DP-ML; Mon, 11 Jan 2010 06:04:13 -0500 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out114.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Jan 2010 12:04:09 +0100 Original-Received: from FBCMCL01B04.fbc.local ([192.168.69.85]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Jan 2010 12:04:08 +0100 Original-Received: from ambire.localdomain ([79.24.50.106]) by FBCMCL01B04.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Jan 2010 12:04:08 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1NUI1l-0005Vo-OV; Mon, 11 Jan 2010 12:01:41 +0100 X-OriginalArrivalTime: 11 Jan 2010 11:04:08.0276 (UTC) FILETIME=[CBFBE140:01CA92AD] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7603 gmane.lisp.guile.sources:326 Archived-At: release notes: Decrufting. thi README excerpt: Guile-PG is a collection of modules for Guile allowing access to the PostgreSQL RDBMS from Scheme programs. The low-level module `(database postgres)' provides an almost one-to-one correspondence with the PostgreSQL "libpq" C library interface. Other higher-level modules, typically named `(database postgres-FOO)', provide abstractions and convenience procedures. This is alpha code (pre 1.0 release), tested with Guile 1.4.x and PostgreSQL 7.4, 8.0, 8.1, 8.2, 8.3. It may have bugs, and the interfaces may change from version to version. NEWS excerpt: - 0.39 | 2010-01-11 - Dropped (database postgres) procs - pg-lo-get-connection - pg-get-client-data - pg-set-client-data! These were pre-announced in Guile-PG 0.38 (2009-06-22) NEWS. - Proc `(database postgres) pg-parameter-status' no longer takes keyword This was pre-announced in Guile-PG 0.38 (2009-06-22) NEWS. - Maintenance uses autoconf 2.65, automake 1.11, libtool 2.2.6b tarball, prettified source, etc, in dir: http://www.gnuvola.org/software/guile-pg/ atom feed: http://www.gnuvola.org/NEWS.atom