Re: [GENERAL] Problem granting access to a PlPython function

2009-11-08 Thread Mariano Mara
Excerpts from Sam Mason's message of Sun Nov 08 17:18:52 -0300 2009: > On Sun, Nov 08, 2009 at 05:07:16PM -0300, Mariano Mara wrote: > > I have this plpython function that I need to execute with a non > > superuser. I logged in the postgres account, create it and grant execute > > rights to the tar

Re: [GENERAL] Problem granting access to a PlPython function

2009-11-08 Thread Sam Mason
On Sun, Nov 08, 2009 at 05:07:16PM -0300, Mariano Mara wrote: > I have this plpython function that I need to execute with a non > superuser. I logged in the postgres account, create it and grant execute > rights to the target user. > However I cannot execute it with this user: I'm getting a "funct

[GENERAL] Problem granting access to a PlPython function

2009-11-08 Thread Mariano Mara
Hi, I have this plpython function that I need to execute with a non superuser. I logged in the postgres account, create it and grant execute rights to the target user. However I cannot execute it with this user: I'm getting a "function ... does not exist" error and after poking it for a few hours