Re: BUG #5147: DBA can not access view

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dongni" <donniehan(at)126(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5147: DBA can not access view
Date: 2009-10-29 13:34:40
Message-ID: 3729.1256823280@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Dongni" <donniehan(at)126(dot)com> writes:
> Description: DBA can not access view

This is not a bug. The view is owned by user1 and what the view can
access is determined by user1's permissions, independently of who is
calling it.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-10-29 13:51:00 Re: BUG #5146: After granting all select privelges on view to user, who still can not select the view
Previous Message Dongni 2009-10-29 09:38:18 BUG #5147: DBA can not access view