More on user permissions

From: "Mihai Gheorghiu" <tanethq(at)earthlink(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: More on user permissions
Date: 2001-10-17 19:06:28
Message-ID: 003401c1573e$d5075160$6e646464@New6.Travel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Browse pgsql-general by date

  From Date Subject
Next Message qk22 2001-10-17 19:33:50 Can not input large text data
Previous Message Jon Lapham 2001-10-17 19:01:18 yet another db corruption issue (more info)