Skip to content
Snippets Groups Projects
Commit 50dfe3a4 authored by Michael Paquier's avatar Michael Paquier
Browse files

Fix grammar in REVOKE documentation

Reported-by: Erwin Brandstetter
parent 78d0b16f
No related branches found
No related tags found
No related merge requests found
...@@ -188,7 +188,7 @@ REVOKE [ ADMIN OPTION FOR ] ...@@ -188,7 +188,7 @@ REVOKE [ ADMIN OPTION FOR ]
<para> <para>
A user can only revoke privileges that were granted directly by A user can only revoke privileges that were granted directly by
that user. If, for example, user A has granted a privilege with 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. C, then user A cannot revoke the privilege directly from C.
Instead, user A could revoke the grant option from user B and use Instead, user A could revoke the grant option from user B and use
the <literal>CASCADE</literal> option so that the privilege is the <literal>CASCADE</literal> option so that the privilege is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment