Is there any way to get the name of the current user inside a plpgsql function that is defined with security definer? I know that this question was discused earlier, and
session_user should be the answer, but user's curren_user doesn't have to be the
same as session_user before function call, because of 'set role'.
regards
justweasel |