Re: [BUGS] BUG #5214: Permission troubles for views

2009-11-26 Thread Tom Lane
"Nikolay" writes: > Description:Permission troubles for views > SELECT * FROM "vw_data"; - permission denied for relation tbl_data. But > permissions say that user_b can select from tbl_data and from vw_data. This is not a bug. The view's reference to tbl_data is controlled by the permi

[BUGS] BUG #5214: Permission troubles for views

2009-11-26 Thread Nikolay
The following bug has been logged online: Bug reference: 5214 Logged by: Nikolay Email address: whee...@gmail.com PostgreSQL version: 8.4.1 Operating system: Gentoo Linux Description:Permission troubles for views Details: There is two users in database: user_a and u