Re: from pgsql_perl5 (Pg) to DBD::Pg
Andrew Dunstan <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
Bob Hunter wrote: >> What parts are you having trouble with? >> > > To start with, a DBD::Pg not backward compatible with > Pg. The original program must be back into production > in a few hours; for this to be possible, I have to > instruct the original code to use DBD:Pg, with minimum > or no changes at all. To rewrite the application is > out of question. Therefore, I need a cut-through > introduction on how to port a Pg-based program to > DBD::Pg. I cannot possibly go trough the whole gamut > of documents, because I do not have the time for it. > > You should probably restore the old environment. If you can't do that you need to renovate your app, but persisting in thinking there is some magic bullet that will let you upgrade your app minimally by a simple transformation is simply wrong. There is no substitute for the hard work required. Your app has probably been living on borrowed time for quite a while. cheers andrew