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 bp...@apache.org on 2009/12/03 16:38:02 UTC

svn commit: r886824 - /db/derby/docs/trunk/src/ref/rrefsqljrenametablestatement.dita

Author: bpendleton
Date: Thu Dec  3 15:38:01 2009
New Revision: 886824

URL: http://svn.apache.org/viewvc?rev=886824&view=rev
Log:
DERBY-3605: Remove confusing statement from RENAME TABLE docs

This change removes a confusing sentence from the RENAME TABLE
documentation. The sentence appeared to be describing a
restriction on the statement's behavior, but in fact it was
describing a non-restriction; that is, it was describing something
that wasn't a problem in a way that was easily mistaken for
a description of a problem.

Since it doesn't seem necessary to describe non-problems
in the documentation, this change removes the sentence.


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

Modified: db/derby/docs/trunk/src/ref/rrefsqljrenametablestatement.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqljrenametablestatement.dita?rev=886824&r1=886823&r2=886824&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqljrenametablestatement.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqljrenametablestatement.dita Thu Dec  3 15:38:01 2009
@@ -37,8 +37,8 @@
 or triggers on the table, attempts to rename it will also generate an error.</p> </refsyn>
 <example> <codeblock><b>RENAME TABLE SAMP.EMP_ACT TO EMPLOYEE_ACT</b></codeblock> <p>Also
 see <xref href="rrefsqlj81859.dita#rrefsqlj81859"></xref> for more information.</p> </example>
-<section><title>Statement dependency system</title> <p>If there is an index
-defined on the table, the table can be renamed.</p> <p>The RENAME TABLE statement
+<section><title>Statement dependency system</title>
+<p>The RENAME TABLE statement
 is not allowed if there are any open cursors that reference the table that
 is being altered.</p> </section>
 </refbody>