You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2012/05/15 22:15:49 UTC

svn commit: r1338873 - /db/derby/docs/trunk/src/ref/rrefnativedropuserproc.dita

Author: chaase3
Date: Tue May 15 20:15:49 2012
New Revision: 1338873

URL: http://svn.apache.org/viewvc?rev=1338873&view=rev
Log:
DERBY-5747  Native user authentication: Docs do not describe what happens to schema and its SQL objects on SYSCS_UTIL.SYSCS_DROP_USER call

Modified a Reference Manual topic.

Patch: DERBY-5747.diff

Modified:
    db/derby/docs/trunk/src/ref/rrefnativedropuserproc.dita

Modified: db/derby/docs/trunk/src/ref/rrefnativedropuserproc.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefnativedropuserproc.dita?rev=1338873&r1=1338872&r2=1338873&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefnativedropuserproc.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefnativedropuserproc.dita Tue May 15 20:15:49 2012
@@ -38,6 +38,11 @@ and "Using NATIVE authentication" in the
 <ph conref="../conrefs.dita#pub/citdevelop"></ph>.</p>
 <p>You are not allowed to remove the user account of the
 <xref href="rrefattrib26867.dita#rrefattrib26867">database owner</xref>.</p>
+<p>If you use this procedure to remove a user account, the schemas and data
+objects owned by the user remain in the database and can be accessed only by
+the database owner or by other users who have been granted access to them. If
+the user is created again, the user regains access to the schemas and data
+objects.</p>
 </section>
 <section><title>Syntax</title>
 <codeblock>SYSCS_UTIL.SYSCS_DROP_USER(IN USERNAME VARCHAR(128))</codeblock>