Re: [GENERAL] function permissions question

2007-12-08 Thread Greg Steffensen
Excellent, thanks for the quick response. Greg On Dec 9, 2007 1:18 AM, Tom Lane <[EMAIL PROTECTED]> wrote: > "Greg Steffensen" <[EMAIL PROTECTED]> writes: > > Hey, I'm slightly confused about how the permission checking is done > > when executing functions. Basically, users that I've never grant

Re: [GENERAL] function permissions question

2007-12-08 Thread Tom Lane
"Greg Steffensen" <[EMAIL PROTECTED]> writes: > Hey, I'm slightly confused about how the permission checking is done > when executing functions. Basically, users that I've never granted > execution permissions to are able to execute functions. You didn't read the part of the GRANT man page that s

[GENERAL] function permissions question

2007-12-08 Thread Greg Steffensen
Hey, I'm slightly confused about how the permission checking is done when executing functions. Basically, users that I've never granted execution permissions to are able to execute functions. Basically, why does this script (which I've tested on a fresh db, executing via psql as a superuser) succ