From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Laura Vance <vancel(at)winfreeacademy(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Check postgres compile-time options |
Date: | 2005-08-02 04:00:47 |
Message-ID: | 20050802040046.GC28277@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Aug 01, 2005 at 08:32:17PM -0400, Tom Lane wrote:
> Laura Vance <vancel(at)winfreeacademy(dot)com> writes:
> > Now I have to upgrade to Fedora Core 4, which uses a much higher version
> > of PostgreSQL. Unfortunately the Pg.pm support is gone (it's wrapped by
> > DBI/DBD, which wasn't that hard to convert my apps, and they work except
> > for some inconsistent errors that I'll figure out later), and libpq++.so
> > is gone (which is where the hard part seems to be coming in).
>
> libpq++ is still around, it's just not bundled into the core Postgres
> distribution anymore. Look on pgfoundry.org or gborg.postgresql.org.
> I'm pretty sure you can still get Pg.pm too if you want it.
Pg.pm is called "pgperl" and it's registered as a project on gborg. I'm
not sure if they ever "released" any files there, but you can get the
code via CVS and it works flawlessly.
--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"La espina, desde que nace, ya pincha" (Proverbio africano)
From | Date | Subject | |
---|---|---|---|
Next Message | William Bug | 2005-08-02 05:40:06 | Inheritance vs. LIKE - need advice |
Previous Message | Gregory Youngblood | 2005-08-02 03:55:03 | Re: PostgreSQL vs. MySQL |