File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
postgresql/doc/src/sgml/ref Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ ____________________________________________________________________________-->
59
59
<command>DROP OWNED</command> drops all the objects within the current
60
60
database that are owned by one of the specified roles. Any
61
61
privileges granted to the given roles on objects in the current
62
- database and on shared objects (databases, tablespaces) will also be
62
+ database or on shared objects (databases, tablespaces) will also be
63
63
revoked.
64
64
</para>
65
65
____________________________________________________________________________-->
66
66
<para>
67
67
<command>DROP OWNED</command>删除当前数据库中被指定
68
68
角色之一拥有的所有对象。任何已被授予给给定角色在当前数据库中对
69
- 象上以及在共享对象 (数据库、表空间)上的特权也将会被收回。
69
+ 象上或者在共享对象 (数据库、表空间)上的特权也将会被收回。
70
70
</para>
71
71
</refsect1>
72
72
You can’t perform that action at this time.
0 commit comments