diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-06-10 22:44:17 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-06-10 22:50:11 +0900 |
commit | 25a85613b77b9c8b894be2a238ead3716f56a68c (patch) | |
tree | 0b394fa79a7f7e575cb8f1a4679851a8bdb5431c | |
parent | 5970bfb04eb5de1b0883b9cfd477baef8f070196 (diff) |
Fix grammar in REVOKE documentation
Reported-by: Erwin Brandstetter
-rw-r--r-- | doc/src/sgml/ref/revoke.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml index 36c286bf0df..171698f88f6 100644 --- a/doc/src/sgml/ref/revoke.sgml +++ b/doc/src/sgml/ref/revoke.sgml @@ -188,7 +188,7 @@ REVOKE [ ADMIN OPTION FOR ] <para> A user can only revoke privileges that were granted directly by that user. If, for example, user A has granted a privilege with - grant option to user B, and user B has in turned granted it to user + grant option to user B, and user B has in turn granted it to user C, then user A cannot revoke the privilege directly from C. Instead, user A could revoke the grant option from user B and use the <literal>CASCADE</literal> option so that the privilege is |