More on user permissions - Mailing list pgsql-general

From Mihai Gheorghiu
Subject More on user permissions
Date
Msg-id 003401c1573e$d5075160$6e646464@New6.Travel
Whole thread Raw
List pgsql-general
I have a function f in plpgsql that has a declaration var1
tableA.field1%TYPE.
A user calls this function via a rule for a view. The user has rights to the
view, but no rights to tableA. Would the function call work? If not, does it
make sense to change the declaration to var1 viewA.field1%TYPE?


pgsql-general by date:

Previous
From: Jon Lapham
Date:
Subject: yet another db corruption issue
Next
From: Jon Lapham
Date:
Subject: yet another db corruption issue (more info)