Improve GRANT documentation to point out that UPDATE and DELETE typically

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

Commit: 32184bfa0c3f1c488e1bcaa0bf90ae489ea871cd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-05-28T00:45:59Z
Releases: 8.1.12
Improve GRANT documentation to point out that UPDATE and DELETE typically
require SELECT privilege as well, since you normally need to read existing
column values within such commands.  This behavior is according to spec,
but we'd never documented it before.  Per gripe from Volkan Yazici.

Files

PathChange+/−
doc/src/sgml/ref/grant.sgml modified +27 −13