File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DROP OWNED BY { <replaceable class="parameter">name</replaceable> | CURRENT_USER
32
32
<command>DROP OWNED</command> drops all the objects within the current
33
33
database that are owned by one of the specified roles. Any
34
34
privileges granted to the given roles on objects in the current
35
- database and on shared objects (databases, tablespaces) will also be
35
+ database or on shared objects (databases, tablespaces) will also be
36
36
revoked.
37
37
</para>
38
38
</refsect1>
Original file line number Diff line number Diff line change @@ -88,9 +88,11 @@ REASSIGN OWNED BY { <replaceable class="parameter">old_role</replaceable> | CURR
88
88
89
89
<para>
90
90
The <command>REASSIGN OWNED</command> command does not affect any
91
- privileges granted to the <replaceable class="parameter">old_roles</replaceable> for
92
- objects that are not owned by them. Use <command>DROP OWNED</command> to
93
- revoke such privileges.
91
+ privileges granted to
92
+ the <replaceable class="parameter">old_roles</replaceable> on objects
93
+ that are not owned by them. Likewise, it does not affect default
94
+ privileges created with <command>ALTER DEFAULT PRIVILEGES</command>.
95
+ Use <command>DROP OWNED</command> to revoke such privileges.
94
96
</para>
95
97
96
98
<para>
You can’t perform that action at this time.
0 commit comments