Re: PostGIS does not work with Postgresql installation

2019-02-27 Thread Gary Johnson
Hi Guix, Please disregard my last message. It looks like Julien's patch that adds #:extension-packages to the operating-system's postgresql-service function was already merged into master. Excellent! ~Gary Gábor Boskovits writes: > Hello, > > Gary Johnson ezt írta (időpont: 2019. febr. > 5.,

Re: PostGIS does not work with Postgresql installation

2019-02-27 Thread Gary Johnson
Thanks for the pointer to Julien's Postgresql extensions patch. (http://issues.guix.info/issue/32297) I have a couple of follow-up questions: 1. Is there any timeline for when this change will be merged into master? It seems generally useful to the community since currently you can't use any

Re: PostGIS does not work with Postgresql installation

2019-02-05 Thread Gábor Boskovits
Hello, Gary Johnson ezt írta (időpont: 2019. febr. 5., K, 19:22): > > Hi Guix, > > I need to install the PostGIS spatial extensions into my local > PostgreSQL database. However, due to our unique packaging setup, > PostgreSQL cannot find the PostGIS extension directory. > The fix for this is c

PostGIS does not work with Postgresql installation

2019-02-05 Thread Gary Johnson
Hi Guix, I need to install the PostGIS spatial extensions into my local PostgreSQL database. However, due to our unique packaging setup, PostgreSQL cannot find the PostGIS extension directory. Here is the error I'm getting from within a psql session: ---