> I don't think so. I don't see why there should be a difference in
> executing an insert statement direct, or trought a function.
> You would still be simply executing an insert on a table, wich implies
> that the user has to have sufficient rights on that table.
Permissions problems can take a bit of detective work to nail down.
Are you using schemas? If so, is that table in the public schema or
in a user schema? Is the function in the public schema or in a user
schema?
--
Mike Nolan