aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_owned.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/drop_owned.sgml')
-rw-r--r--doc/src/sgml/ref/drop_owned.sgml9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_owned.sgml b/doc/src/sgml/ref/drop_owned.sgml
index 48cf0fa535b..0f34f6174f9 100644
--- a/doc/src/sgml/ref/drop_owned.sgml
+++ b/doc/src/sgml/ref/drop_owned.sgml
@@ -90,19 +90,24 @@ DROP OWNED BY <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCAD
<para>
The <xref linkend="sql-reassign-owned"> command is an alternative that
reassigns the ownership of all the database objects owned by one or
- more roles.
+ more roles. However, <command>REASSIGN OWNED</> does not deal with
+ privileges for other objects.
</para>
<para>
Databases and tablespaces owned by the role(s) will not be removed.
</para>
+
+ <para>
+ See <xref linkend="role-removal"> for more discussion.
+ </para>
</refsect1>
<refsect1>
<title>Compatibility</title>
<para>
- The <command>DROP OWNED</command> statement is a
+ The <command>DROP OWNED</command> command is a
<productname>PostgreSQL</productname> extension.
</para>
</refsect1>