Improve GRANT documentation to point out that UPDATE and DELETE typically

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

Commit: 8b0d5949a81e1ffe456355b471c0a491fce52879
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-05-28T00:46:12Z
Releases: 7.4.20
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 +28 −14