From a52be7c55da75b7105c5c76b38028baf68e20026 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 12 Sep 2009 16:26:06 +0000 Subject: [PATCH] Improve GRANT reference page's description of object ownership privileges by mentioning the possibility of granting membership in the owning role. --- doc/src/sgml/ref/grant.sgml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index bf963b8262..ff6d6b1cc4 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -121,9 +121,14 @@ GRANT role [, ...] TO + + + The right to drop an object, or to alter its definition in any way, is + not treated as a grantable privilege; it is inherent in the owner, + and cannot be granted or revoked. (However, a similar effect can be + obtained by granting or revoking membership in the role that owns + the object; see below.) The owner implicitly has all grant options for the object, too. -- 2.39.5