Re: What the heck is happening here? - Mailing list pgsql-general

From Alex Pilosov
Subject Re: What the heck is happening here?
Date
Msg-id Pine.BSO.4.10.10106111851550.9902-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: What the heck is happening here?  (Paul Tomblin <ptomblin@xcski.com>)
List pgsql-general
On Mon, 11 Jun 2001, Paul Tomblin wrote:

> Quoting Alex Pilosov (alex@pilosoft.com):
> > Don't do it. If you _must_ get some stuff on startup, close the conn after
> > you are done. See mod_perl references for examples on using of ApacheDBI
> > (mostly its just 'use ApacheDBI' vs 'use DBI') and no, you cannot use Pg
> > (the oldstyle, libpq-alike) interface with ApacheDBI, you must use
> > DBD::Pg.
>
> That shows how out of it I am - I didn't even know there was a DBD::Pg.
> Why isn't it in the postgres-perl RPM?
Because its not considered (yet, there are talks about inclusion of it) a
part of postgresql core. Its distributed on cpan, use 'perl -MCPAN
-eshell' then 'install DBD::Pg'

-alex


pgsql-general by date:

Previous
From: Paul Tomblin
Date:
Subject: Re: What the heck is happening here?
Next
From: Alex Pilosov
Date:
Subject: Re: pg_dump problem...