On Sun, 2003-10-26 at 17:24, Oliver Elphick wrote:
> If it were possible to have two separate versions of the PostgreSQL
> packages installed simultaneously, it would be simple to do database
> upgrades by dumping from the old version and uploading to the new.
You'd need some mechanism to prevent concurrent modifications of the
source DB during the upgrade process, wouldn't you?
-Neil