سؤال

I'm trying to update my postgres installation from 9.2 to 9.3 on my mac using macports. I removed all my postgres-related installations, then I installed postgres93, but when I install postgis (sudo port install postgis2), macports automatically downloads and installs postgres92 (so the 93 version is left without postgis extension)… why? How can I specify to have postgis2 for postres93?

هل كانت مفيدة؟

المحلول

Solved!!!

I re-installed postgres93 by specifying it as the variant to use with postgis2:

sudo port install postgis2 +postgresql93
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top