Document the behavior of GRANT/REVOKE in cases where the privilege is

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c9de6b922e4f8c2647c64a67e86d4a95e3fca2cc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-10-20T19:18:01Z
Releases: 8.1.0
Document the behavior of GRANT/REVOKE in cases where the privilege is
held by means of role membership, rather than directly.  Per discussion
and bug fix of a couple weeks ago.

Files

PathChange+/−
doc/src/sgml/ref/grant.sgml modified +24 −1
doc/src/sgml/ref/revoke.sgml modified +26 −1
doc/src/sgml/user-manag.sgml modified +93 −77