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:44:17 +0900 |
commit | c83e2029909c5411ca11fd841851016f1f9810e6 (patch) | |
tree | 5a21ac543b2d48aea4b7708a52fbd15d7dbe0af4 | |
parent | 9e149c847f398793ec1641885434dcd10837d89d (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 7018202f144..5317f8ccba6 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 |