Hallo,
is there a reason why
the grant syntax for views isn't included in the documentation?
(eg REFERENCES doesnt make sense for a view)
cf
http://www.postgresql.org/docs/9.2/static/sql-grant.html
or
\h grant in psql
GRANT INSERT ON view_x TO user_y;
works this for scripting reasons i suppose
(views are readonly at this point, rules..)
mvg,
Wim