Question

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?

Était-ce utile?

La solution

Solved!!!

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

sudo port install postgis2 +postgresql93
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top