Re: which perl dbd module?

From: will trillich <will(at)serensoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: which perl dbd module?
Date: 2002-04-13 15:29:20
Message-ID: 20020413102920.B17204@serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 10, 2002 at 09:25:36PM -0500, robert sanford wrote:
> i'm getting ready to install the perl dbd module for postgres and i
> want to know which one i should be installing. there is a 1.00
> version on one of the semi-official postgres sites and there appear
> to be two 1.01 versions on cpan that i can see with the cpan
> installer module.
>
> which one?

here's my setup, and it works for me like a champ--

$ psql --version
psql (PostgreSQL) 7.1
contains readline, history, multibyte support
Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
Portions Copyright (c) 1996 Regents of the University of California
Read the file COPYRIGHT or use the command \copyright to see the
usage and distribution terms.

$ perl -MDBD::Pg -e 'print $DBD::Pg::VERSION'
0.95

if there's a major reason to upgrade from 0.95, i'd like to hear
it. (i'm on debian potato, where upgrading is done with more
caution than most places... altho 7.1 is already more 'new' than
potato would recommend -- there were good reasons to upgrade.)

--
I use Debian/GNU Linux version 2.2;
Linux server 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i586 unknown

DEBIAN NEWBIE TIP #31 from Will Trillich <will(at)serensoft(dot)com>
:
Ever wonder why Debian STABLE SEEMS OUT-OF-DATE? It's because
it's STABLE! When enough testing shows a release to be worthy
of the "stable" name, it's frozen -- nothing new can be added
to it. Gizmo 57.3 might come out the next day, but it won't
show up in the stable release. If you want to be on the
bleeding edge, try "testing" or "unstable". If you want solid
dependability, stick with "stable" and use tried-and-true
packages instead of the newfangled ones that might break.

Also see http://newbieDoc.sourceForge.net/ ...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-04-13 15:34:34 Re: Suggestions please: names for function cachabilityattributes
Previous Message will trillich 2002-04-13 15:23:19 Re: Critical performance problems on large databases