mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Minor fix to add paragraph break.
This commit is contained in:
@ -322,6 +322,7 @@ If user1 gives a privilege WITH GRANT OPTION to user2,
|
|||||||
and user2 gives it to user3 then user1 can revoke
|
and user2 gives it to user3 then user1 can revoke
|
||||||
this privilege in cascade using the CASCADE keyword.
|
this privilege in cascade using the CASCADE keyword.
|
||||||
|
|
||||||
|
<para>
|
||||||
If user1 gives a privilege WITH GRANT OPTION to user2,
|
If user1 gives a privilege WITH GRANT OPTION to user2,
|
||||||
and user2 gives it to user3 then if user1 try revoke
|
and user2 gives it to user3 then if user1 try revoke
|
||||||
this privilege it fails if he/she specify the RESTRICT
|
this privilege it fails if he/she specify the RESTRICT
|
||||||
|
Reference in New Issue
Block a user