Pregunta

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?

¿Fue útil?

Solución

Solved!!!

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

sudo port install postgis2 +postgresql93
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top