Re: DBI module for postgres 1.4.3

From: "Tshimanga Minkoka" <tshimanga(dot)minkoka(at)vodacom(dot)cd>
To: "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at>, "Jasbinder Singh Bali *EXTERN*" <jsbali(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: DBI module for postgres 1.4.3
Date: 2006-12-04 11:59:00
Message-ID: 139E806FA10A444F97B1DEB742878D3303D348@cdkin02100.vodacom.cd
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can also give a try to DBD::PgPP !

TSHIMANGA Minkoka
VAS Administrator
Mobile: +243 814443113
Office: +243 813131347
Fax: +243 813010373
Email: tshimanga(dot)minkoka(at)vodacom(dot)cd
VODACOM CONGO (DRC) s.p.r.l.

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Albe Laurenz
Sent: Monday, 04 December 2006 09:27
To: Jasbinder Singh Bali *EXTERN*; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] DBI module for postgres 1.4.3

> Trying to connect to it throught perl code.
> Just wondering if DBI would be the best tool to use to
> accomplish this task.
> Which version of DBI should I be using.
> I mean if any one of you could give me exact pointers to it,
> would be highly appreciated.

Yes, perl(DBI) is the canonical way to connect to a database
from Perl. You will need the DBD::Pg driver too.
Both modules can be obtained from CPAN (e.g. http://www.cpan.org),
maybe there are even binary packages for your operating
system available.
I'd use the latest stable version.

Yours,
Laurenz Albe

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Browse pgsql-general by date

  From Date Subject
Next Message Mark Morgan Lloyd 2006-12-04 12:36:06 Re: Locking for function creation
Previous Message Richard Huxton 2006-12-04 10:42:36 Re: Storing files in postgres db