In the Linux world, many people have come to rely on (for better or worse) their distribution package management. Personally, I feel that until this is fixed, Linux will never be a mainstream desktop OS. The problem with using your OS package manager for installing Postgres is that there are no real consistency guidelines from vendor to vendor. How do we get around this problem? Simple!
How to Install Postgres Binaries (in One Click)Posts Tagged ‘postgresql 8.4’
PostgreSQL 8.4 Released
Monday, July 6th, 2009 by Jim MlodgenskiLast week, the PostgreSQL community announced the general availability of PostgreSQL 8.4. This is another great release from the community with a number of great new features such as analytical functions and even deeper security. All worthy features to be highlighted as the headline of the release, but the true headline feature is not even part of the core engine. In conjunction with the 8.4 release, Bruce Momjian is in the process of releasing pg_migrator as an external project that allows users to upgrade their database in place. While most databases has had this functionality for years, it is something that PostgreSQL has lacked and in my opinion has held PostgreSQL back from deeper enterprise adoption. Previously, to move to a new major release, users would need to export their data from the old version and then import it into the new version. This works well when the database is small, but if the database is large, it could mean hours or days of downtime to upgrade the database along with at least double the storage to hold the two copies. This is completely unacceptable to enterprises that need to maintain a 24×7 environment. I believe that pg_migrator has cleared on the the few major technical hurdles preventing PostgreSQL from widespread commercial adoption.
PostgreSQL 8.4 ReleasedPg_Migrator Release Candidate 1
Tuesday, June 16th, 2009 by Bruce MomjianI have released pg_migrator release candidate 1 today. I was planning on doing the final release this week, but the backend API that pg_migrator uses was improved in Postgres 8.4 RC1 so pg_migrator now requires an 8.4 RC1 or later server and no longer works for Postgres 8.4 beta versions. Also, Tom Lane pointed out that pg_migrator shouldn’t go final until PostgreSQL goes final, so I will continue in RC status until PostgreSQL 8.4 final is released.
Pg_Migrator Release Candidate 1





