GRANT .. VIEW .. documentation - Mailing list pgsql-general

From Wim Bertels
Subject GRANT .. VIEW .. documentation
Date
Msg-id 6737C5F2F7861F49BF55835123D76FCF483DE25F@RIZZO.intranet.khleuven.be
Whole thread Raw
List pgsql-general
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


pgsql-general by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: pg_listening_channels()
Next
From: "Little, Douglas"
Date:
Subject: Getting show results into a table