Out of curiosity, and in light of some versioning woes I've
recently experienced, is there a clever way of keeping to
servers with wildly different versions in sync with one
another? I had thought that I'd hack up something clever
in Perl to do it, and even noticed that such a thing already
exists, when it occurred to me that DBI may be built on
the local pgsql libraries, which may offer different
functionality than the host server.
Is this a concern, or does it matter when the service
is remote?
-- Matt