Alberto Cabello Sanchez <[EMAIL PROTECTED]> writes: > I can GRANT or REVOKE privileges (SELECT, INSERT and so on) on my_view > and my_table, but insert into my_view is always allowed, even for users > that haven't SELECT or INSERT privileges neither on my_table or my_view.
I think there was a bug of this ilk between 7.3.3 and 7.3.5, and possibly also in some of the 7.4 releases. If that's what you're using, update to 7.3.6 or 7.4.3. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend