Re: Problem setting environmental variables for postgresql or plpythonu
От
Albe Laurenz
Тема
Re: Problem setting environmental variables for postgresql or plpythonu
Дата
Msg-id
D960CB61B694CF459DCFB4B0128514C2082E6FD4@exadv11.host.magwien.gv.at
Ответ на
Список
Дерево обсуждения
Problem setting environmental variables for postgresql or plpythonu Mark Wynter <mark@dimensionaledge.com>
Re: Problem setting environmental variables for postgresql or plpythonu "Albe Laurenz" <laurenz.albe@wien.gv.at>
Mark Wynter wrote: > I''m hoping someone can help me out. I'm wanting to run GRASS GIS from within a plpythonu function > block. But to run GRASS GIS externally, the following environmental variables need to be available to > the Postgresql server... [...] > So far I've added these variables to /etc/bash.bashrc > which makes them available to the postgres user (but not the server or pl/python). > > And I've had no success adding them to... > /etc/postgresql/9.1/main/environment > #Shell commands are not evaluated. > > Any suggestions would be appreciated... What if you set the environment variables in the Python function? I don't speak Python, but I guess you can set environment variables in this language. Other than that, it would be interesting to know which operating system you are using and how you start the server. On Linux for example, it works quite fine to export a variable and then start the server with "pg_ctl start". Yours, Laurenz Albe
В списке pgsql-general по дате отправления