Thread

  1. DBI::Pg for Perl?

    Peter L. Berghold <peter@berghold.net> — 1999-12-25T19:51:52Z

    Hi Folks, 
    Does anyone out there know of a DBI driver for Postgres for Perl? I 
    searched CPAN and didn't see one. Maybe I'm looking in the wrong 
    spot...
    
    -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
    +-+
    Peter L. Berghold                        Peter@Berghold.Net
    "Linux renders ships                     http://www.berghold.net
     NT renders ships useless...."           
    
    
    
    
    
    
    
    
  2. Re: [GENERAL] DBI::Pg for Perl?

    Ed Loehr <eloehr@austin.rr.com> — 1999-12-25T22:57:12Z

    Peter Berghold wrote:
    
    > Hi Folks,
    > Does anyone out there know of a DBI driver for Postgres for Perl? I
    > searched CPAN and didn't see one. Maybe I'm looking in the wrong
    > spot...
    
    It's there...DBD::Pg, by E. Mergl.  Works well.
    
    Cheers,
    Ed Loehr
    
    
    
  3. Re: [GENERAL] DBI::Pg for Perl?

    Ed Loehr <eloehr@austin.rr.com> — 1999-12-25T23:22:27Z

    See DBD-Pg under http://www.cpan.org/modules/by-module/DBD/
    
    Ed Loehr wrote:
    
    > Peter Berghold wrote:
    >
    > > Hi Folks,
    > > Does anyone out there know of a DBI driver for Postgres for Perl? I
    > > searched CPAN and didn't see one. Maybe I'm looking in the wrong
    > > spot...
    >
    > It's there...DBD::Pg, by E. Mergl.  Works well.
    >
    > Cheers,
    > Ed Loehr
    
    
    
  4. Re: [GENERAL] DBI::Pg for Perl?

    Kevin Lo <kevlo@hello.com.tw> — 1999-12-26T09:42:10Z

    Peter Berghold wrote:
    
    > Hi Folks,
    > Does anyone out there know of a DBI driver for Postgres for Perl? I
    > searched CPAN and didn't see one. Maybe I'm looking in the wrong
    > spot...
    
    It's at :
    
    http://www.perl.com/CPAN-local/modules/by-module/DBD/DBD-Pg-0.93.tar.gz
    
    > -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
    > +-+
    > Peter L. Berghold                        Peter@Berghold.Net
    > "Linux renders ships                     http://www.berghold.net
    >  NT renders ships useless...."
    
    - Kevin
    
    
    
    
  5. Re: [GENERAL] DBI::Pg for Perl?

    Peter L. Berghold <peter@berghold.net> — 1999-12-26T13:34:59Z

    Thanks!  I was looking in the wrong spot! Did a search of CPAN with 
    the key DBI::* and didn't see DBD::Pg. DOH!
    
    Building it right now.
    
    
    >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
    
    On 12/26/99, 4:42:10 AM, Kevin Lo <kevlo@hello.com.tw> wrote regarding 
    Re: [GENERAL] DBI::Pg for Perl?:
    
    
    > Peter Berghold wrote:
    
    > > Hi Folks,
    > > Does anyone out there know of a DBI driver for Postgres for Perl? I
    > > searched CPAN and didn't see one. Maybe I'm looking in the wrong
    > > spot...
    
    > It's at :
    
    > 
    http://www.perl.com/CPAN-local/modules/by-module/DBD/DBD-Pg-0.93.tar.gz
    
    > > -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
    > > +-+
    > > Peter L. Berghold                        Peter@Berghold.Net
    > > "Linux renders ships                     http://www.berghold.net
    > >  NT renders ships useless...."
    
    > - Kevin
    
    
    
    > ************
    
    
    
    
    
  6. Re: [GENERAL] DBI::Pg for Perl?

    Kevin Lo <kevlo@hello.com.tw> — 1999-12-26T14:19:00Z

    Peter Berghold wrote:
    
    > Thanks!  I was looking in the wrong spot! Did a search of CPAN with
    > the key DBI::* and didn't see DBD::Pg. DOH!
    
    Right. I also couldn't find DBD::Pg if I search that key.
    
    > Building it right now.
    
    Good luck,
    Kevin.