Fix documentation error: GRANT/REVOKE for roles only accept role names

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

Commit: dc84334f1e9152ee7a59abd1b90e375d0d2ed7a0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-02T16:30:00Z
Releases: 8.1.5
Fix documentation error: GRANT/REVOKE for roles only accept role names
as grantees, not PUBLIC ... and you can't say GROUP either.  Noted by
Brian Hurt.

Files

PathChange+/−
doc/src/sgml/ref/grant.sgml modified +8 −3
doc/src/sgml/ref/revoke.sgml modified +4 −3
doc/src/sgml/user-manag.sgml modified +4 −2