Re: [GENERAL] Execute permission for functions

2010-06-30 Thread Adrian Klaver
On 06/30/2010 02:09 PM, mirthcyy wrote: Hi there, I'm a newbie to postgresql and I have some problems working with its permissions. For security purpose, I want that my application service account only has execution permissions to the functions I created. so what I did is: Create a group test

[GENERAL] Execute permission for functions

2010-06-30 Thread mirthcyy
Hi there, I'm a newbie to postgresql and I have some problems working with its permissions. For security purpose, I want that my application service account only has execution permissions to the functions I created. so what I did is: Create a group testgroup (not super user) Create a user testus