Re: What the heck is happening here?

From: Paul Tomblin <ptomblin(at)xcski(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: What the heck is happening here?
Date: 2001-06-11 22:17:31
Message-ID: 20010611181731.G21446@allhats.xcski.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Quoting Alex Pilosov (alex(at)pilosoft(dot)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?

--
Paul Tomblin <ptomblin(at)xcski(dot)com>, not speaking for anybody
The e-mail of the species is more deadly than the mail.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2001-06-11 22:37:33 Re: ORDER BY what?
Previous Message Alex Pilosov 2001-06-11 22:15:16 Re: What the heck is happening here?