Re: [BUGS] BUG #5458: Permission check is skipped by inheritance

2010-05-11 Thread Tom Lane
"Takahiro Itagaki" writes: > Even if a non-superuser who has no permissions on > a parent and a child tables, he can retrieve data > from the parent when the two tables have inheritance > relationship. Hmm, the change to not check child permissions is intentional, but it looks like Peter overdid

[BUGS] BUG #5458: Permission check is skipped by inheritance

2010-05-11 Thread Takahiro Itagaki
The following bug has been logged online: Bug reference: 5458 Logged by: Takahiro Itagaki Email address: itagaki.takah...@oss.ntt.co.jp PostgreSQL version: 9.0beta1 Operating system: Linux (maybe ALL) Description:Permission check is skipped by inheritance Details: E