From: Michael Paquier Date: Sun, 10 Jun 2018 13:44:17 +0000 (+0900) Subject: Fix grammar in REVOKE documentation X-Git-Tag: REL9_5_14~58 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6620b0faf3d18460037fe0922b7f0a355ca021d2;p=postgresql.git Fix grammar in REVOKE documentation Reported-by: Erwin Brandstetter --- 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 ] 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 CASCADE option so that the privilege is