Re: from pgsql_perl5 to DBD-Pg
Sean Davis <sdavis2-2loH/[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
Bob Hunter wrote: > Here we go.... > > I have a long program that needs the above conversion. > Indeed, the computer where this program used to run is > now dead, and I had to rebuild the world. The bitter > discovery is that postgresql and pgsql_perl5 no longer > work. I read vaguely somewhere that Pg is dead, and > has been replaced with DBD::Pg, which is not quite the > same. Is there anybody in this list that had to go > through the same nightmare? Could you please share a > bit of wisdom before I enter into Hell-version-eight? > It would be VERY MUCH appreciated. > What parts are you having trouble with? Have you looked at the DBI docs? The DBI docs are the appropriate docs for most things in perl. There are a few details that are postgres specific that need to be looked up in the DBD::Pg docs, but not many. Sean