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 fu...@apache.org on 2006/09/21 20:14:33 UTC

svn commit: r448620 - /db/derby/docs/trunk/src/tools/rtoolsijcomrefdescribe.dita

Author: fuzzylogic
Date: Thu Sep 21 11:14:33 2006
New Revision: 448620

URL: http://svn.apache.org/viewvc?view=rev&rev=448620
Log:
DERBY-1659: Document that DESCRIBE works with views as well.

Modified:
    db/derby/docs/trunk/src/tools/rtoolsijcomrefdescribe.dita

Modified: db/derby/docs/trunk/src/tools/rtoolsijcomrefdescribe.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolsijcomrefdescribe.dita?view=diff&rev=448620&r1=448619&r2=448620
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolsijcomrefdescribe.dita (original)
+++ db/derby/docs/trunk/src/tools/rtoolsijcomrefdescribe.dita Thu Sep 21 11:14:33 2006
@@ -24,10 +24,10 @@
 <refbody>
 <refsyn>
 <title>Syntax</title>
-<codeblock><b>DESCRIBE <i>table-Name</i></b></codeblock> 
+<codeblock><b>DESCRIBE { <i>table-Name</i> | <i>view-Name</i> }</b></codeblock> 
 </refsyn>
 <section><title>Description</title>
-<p>Provides a decription of the specified table. For a list of tables in the current schema, use the <xref href="rtoolsijcomrefshow.dita#rtoolsijcomrefshow/showtables">Show Tables</xref> command. For a list of available schemas, use the <xref href="rtoolsijcomrefshow.dita#rtoolsijcomrefshow/showschemas">Show Schemas</xref> command.</p>
+<p>Provides a decription of the specified table or view. For a list of tables in the current schema, use the <xref href="rtoolsijcomrefshow.dita#rtoolsijcomrefshow/showtables">Show Tables</xref> command. For a list of views in the current schema, use the <xref href="rtoolsijcomrefshow.dita#rtoolsijcomrefshow/showviews">Show Views</xref> command. For a list of available schemas, use the <xref href="rtoolsijcomrefshow.dita#rtoolsijcomrefshow/showschemas">Show Schemas</xref> command.</p>
 </section>
 <example><title>Example</title>
 <codeblock>ij&gt; <b>describe airlines;</b>