Fix documentation error: GRANT/REVOKE for roles only accept role names
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |