projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076c164
)
Fix typo
author
Bruce Momjian
Thu, 12 Oct 2000 21:23:34 +0000
(21:23 +0000)
committer
Bruce Momjian
Thu, 12 Oct 2000 21:23:34 +0000
(21:23 +0000)
doc/src/sgml/ref/revoke.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/revoke.sgml
b/doc/src/sgml/ref/revoke.sgml
index 88ef05aeb03e7919d6c98838380a8532f1ec0a3f..5c70f5ed330b0be28e594d7500ab062d38ee7002 100644
(file)
--- a/
doc/src/sgml/ref/revoke.sgml
+++ b/
doc/src/sgml/ref/revoke.sgml
@@
-1,5
+1,5
@@
@@
-375,7
+375,7
@@
REVOKE GRANT OPTION FOR
privilege
[
If user1 gives a privilege WITH GRANT OPTION to user2,
- and user2 gives it to user3, then if user1 tries revoke
+ and user2 gives it to user3, then if user1 tries
to
revoke
this privilege it fails if he specify the RESTRICT
keyword.