Re: DBI module for postgres 1.4.3 - Mailing list pgsql-general

From Tshimanga Minkoka
Subject Re: DBI module for postgres 1.4.3
Date
Msg-id 139E806FA10A444F97B1DEB742878D3303D348@cdkin02100.vodacom.cd
Whole thread Raw
In response to DBI module for postgres 1.4.3  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
List 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.minkoka@vodacom.cd
VODACOM CONGO (DRC) s.p.r.l.


-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Albe Laurenz
Sent: Monday, 04 December 2006 09:27
To: Jasbinder Singh Bali *EXTERN*; pgsql-general@postgresql.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



pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Storing files in postgres db
Next
From: Mark Morgan Lloyd
Date:
Subject: Re: Locking for function creation