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

From [email protected] (Tom Lane)
Subject pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Date
Msg-id [email protected]
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.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        grant.sgml (r1.68 -> r1.69)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/grant.sgml?r1=1.68&r2=1.69)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE