On Mon, Jan 06, 2003 at 12:45:25 +0200,
Tambet Matiisen <t(dot)matiisen(at)aprote(dot)ee> wrote:
> btw, views "execute" also with owner's rights, ie if you grant select on view, you do not have to grant select on every table used in view. Still current_user in view returns "caller", while maybe it should return owner?
I don't think so. Knowing the caller is useful for granting access only
to some rows that depend on which user is using the view.