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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Date: 2008-05-28 00:45:53
Message-ID: 20080528004553.C38FF754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-28 00:45:59 pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Previous Message Tom Lane 2008-05-28 00:45:47 pgsql: Improve GRANT documentation to point out that UPDATE and DELETE