pgsql: Improve GRANT documentation to point out that UPDATE and DELETE - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Date
Msg-id 20080528004612.BC2A0754C55@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        grant.sgml (r1.37 -> r1.37.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/grant.sgml?r1=1.37&r2=1.37.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE