Re: [ADMIN] Help! Regarding Pg for posgreSQL

2004-03-09 Thread Amit Kush
Thanks a lot to all of you. Downloaded and installed Pg-2.0.2. The problem was rectified. Thanks again. Amit On Sat, 6 Mar 2004, Sam Barnett-Cormack wrote: > In my perl scripts, I have: > > use DBI; > use DBD:Pg; > > So maybe this is what you need? > > On Mon, 1 Mar 2004, Amit Kush wrote: > >

Re: [ADMIN] Help! Regarding Pg for posgreSQL

2004-03-06 Thread Sam Barnett-Cormack
On Sat, 6 Mar 2004, Bruno Wolff III wrote: > On Sat, Mar 06, 2004 at 12:52:33 +, > Sam Barnett-Cormack <[EMAIL PROTECTED]> wrote: > > In my perl scripts, I have: > > > > use DBI; > > use DBD:Pg; > > > > So maybe this is what you need? > > Pg.pm is an alternate perl module that is closer to l

Re: [ADMIN] Help! Regarding Pg for posgreSQL

2004-03-06 Thread Bruno Wolff III
On Sat, Mar 06, 2004 at 12:52:33 +, Sam Barnett-Cormack <[EMAIL PROTECTED]> wrote: > In my perl scripts, I have: > > use DBI; > use DBD:Pg; > > So maybe this is what you need? Pg.pm is an alternate perl module that is closer to libpq than DBD::Pg. ---(end of broadc

Re: [ADMIN] Help! Regarding Pg for posgreSQL

2004-03-06 Thread VanderLeeden
00 AM Subject: [ADMIN] Help! Regarding Pg for posgreSQL > Hi! > I came to ur e-mail address from one of the sites through google. Hope u > could help me please. > I am using red hat linux and running my perl programs with postgresql at > back end.

Re: [ADMIN] Help! Regarding Pg for posgreSQL

2004-03-06 Thread Sam Barnett-Cormack
In my perl scripts, I have: use DBI; use DBD:Pg; So maybe this is what you need? On Mon, 1 Mar 2004, Amit Kush wrote: > Hi! > I came to ur e-mail address from one of the sites through google. Hope u > could help me please. > I am using red hat linux and running my perl programs with postgresql

[ADMIN] Help! Regarding Pg for posgreSQL

2004-03-05 Thread Amit Kush
Hi! I came to ur e-mail address from one of the sites through google. Hope u could help me please. I am using red hat linux and running my perl programs with postgresql at back end. The follwing error occurs while using Pg. Can't locate Pg.pm in @INC