diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml
index 35ff87a4f5..c8d5be92db 100644
--- a/doc/src/sgml/ref/revoke.sgml
+++ b/doc/src/sgml/ref/revoke.sgml
@@ -298,6 +298,12 @@ REVOKE admins FROM joe;
is required according to the standard, but PostgreSQL
assumes RESTRICT by default.
+
+
+ In the SQL standard, REVOKE only revokes the privilege
+ as granted by the invoking role. In PostgreSQL,
+ this will also revoke privileges granted by other roles.
+