"Greg" <greg.wickham@grangenet.net> writes:
> Hi,
>
> When GRANTing execute to a plpgsql function it
> appears to run with the priviledge of the user and
> NOT with the priviledges of the owner of the function.
Look at the WITH SECURITY DEFINER clause to CREATE FUNCTION (I think
that's where it is).
-Doug