GRANT .. VIEW .. documentation

From: Wim Bertels <wim(dot)bertels(at)khleuven(dot)be>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: GRANT .. VIEW .. documentation
Date: 2012-11-28 15:55:03
Message-ID: 6737C5F2F7861F49BF55835123D76FCF483DE25F@RIZZO.intranet.khleuven.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Little, Douglas 2012-11-28 18:38:36 Getting show results into a table
Previous Message Greg Sabino Mullane 2012-11-28 15:26:38 Re: pg_listening_channels()