Re: [HACKERS] Suitable Driver ?

2001-10-11 Thread Tom Lane
"Balaji Venkatesan" <[EMAIL PROTECTED]> writes: > I have installed latest DBI from www.cpan.org > Now i need to install DBD For PGSQL .Is > this the driver i have to work on for pgsql ?. If you want to use DBI then you should get the DBD::Pg driver from CPAN. (Yes, it is

Re: [HACKERS] Suitable Driver ?

2001-10-11 Thread Alex Pilosov
On Thu, 11 Oct 2001, Balaji Venkatesan wrote: > Now i need to install DBD For PGSQL .Is > this the driver i have to work on for pgsql ?. > Or do I have any other option to connect to pgsql > from perl . Indeed i've found out an other way > to use Pg driver

[HACKERS] Suitable Driver ?

2001-10-10 Thread Balaji Venkatesan
HI I have to setup PERL to interact with PGSQL. I have taken the following steps. 1.Installation of perl_5.6.0 under Redhat Linux 7.0 2.Installation of POSTGRESQL under Redhat Linux7.0 Both are working perfectly as seperate modules. Now I need to