Thread: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE

pgsql: Improve GRANT documentation to point out that UPDATE and DELETE

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        grant.sgml (r1.62 -> r1.62.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/grant.sgml?r1=1.62&r2=1.62.2.1)