Re: DBD::PostgreSQL - Mailing list pgsql-interfaces

From David Wheeler
Subject Re: DBD::PostgreSQL
Date
Msg-id 8F8B367F-FB19-11D6-93B3-0003931A964A@wheeler.net
Whole thread Raw
In response to Re: DBD::PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: DBD::PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: DBD::PostgreSQL  (Ian Barwick <barwick@akademie.de>)
List pgsql-interfaces
On Monday, November 18, 2002, at 09:12  AM, Tom Lane wrote:

> As of 7.3 that's not necessarily so anymore; you can "SET autocommit TO
> off" and get the behavior where any statement starts a transaction 
> block
> (and so an explicit COMMIT is required to commit its effects).  Not
> sure if this helps you or not.

PostgreSQL gets better and better. Yay. However, although I might be 
able to use compile-time macros to determine the PostgreSQL version, I 
have to support a minimum version of PostsgreSQL in the driver. I was 
thinking 7.0 -- maybe it's time to leave the 6.x series behind.

Thoughts, DBD::Pg users?

Regards,

David

-- 
David Wheeler                                     AIM: dwTheory
david@wheeler.net                                 ICQ: 15726394
http://david.wheeler.net/                      Yahoo!: dew7e                                               Jabber:
Theory@jabber.org



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: DBD::PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: DBD::PostgreSQL