Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e52f868

Browse files
committed
Fix typo
1 parent 076c164 commit e52f868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/revoke.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.11 2000/10/05 19:48:18 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/revoke.sgml,v 1.12 2000/10/12 21:23:34 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -375,7 +375,7 @@ REVOKE GRANT OPTION FOR <replaceable class="parameter">privilege</replaceable> [
375375

376376
<para>
377377
If user1 gives a privilege WITH GRANT OPTION to user2,
378-
and user2 gives it to user3, then if user1 tries revoke
378+
and user2 gives it to user3, then if user1 tries to revoke
379379
this privilege it fails if he specify the RESTRICT
380380
keyword.
381381
</para>

0 commit comments

Comments
 (0)