Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076c164 commit e52f868Copy full SHA for e52f868
doc/src/sgml/ref/revoke.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.11 2000/10/05 19:48:18 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.12 2000/10/12 21:23:34 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -375,7 +375,7 @@ REVOKE GRANT OPTION FOR <replaceable class="parameter">privilege</replaceable> [
375
376
<para>
377
If user1 gives a privilege WITH GRANT OPTION to user2,
378
- and user2 gives it to user3, then if user1 tries revoke
+ and user2 gives it to user3, then if user1 tries to revoke
379
this privilege it fails if he specify the RESTRICT
380
keyword.
381
</para>
0 commit comments