1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Fix grammar in REVOKE documentation

Reported-by: Erwin Brandstetter
This commit is contained in:
Michael Paquier 2018-06-10 22:44:17 +09:00
parent a25c207b2f
commit fd73508fd1

View File

@ -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