Re: Pg + perl + apache

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg + perl + apache
Date: 2004-02-18 11:53:11
Message-ID: b3f2e99d1bed4f16a7c0b3f5f6cd3909@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> You probably want to do a rollback before you do stuff so that the
> transaction times are correct. AFAIK Perl DBI automatically does a
> BEGIN after a rollback or commit

This was true until very recently, but the DBD::Pg code has been
rewritten so that we no longer hang around in a transaction, but
only issue a BEGIN when we need to, e.g. right before we execute
something. This will be in version 1.32, which should be released
to CPAN in about a week.

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200402180653

-----BEGIN PGP SIGNATURE-----

iD8DBQFAM1I+vJuQZxSWSsgRAucWAKDXkRiHX6dJRf+y3GwPgZSZ7CvB2ACfYgnt
QLhSuv8tvIrzs6mlcLEHxOU=
=oz4E
-----END PGP SIGNATURE-----

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Thomas 2004-02-18 12:20:53 Re: Differences between postgres and mysql
Previous Message Mark Cubitt 2004-02-18 11:50:23 Differences between postgres and mysql