Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 82307 invoked from network); 21 Sep 2006 18:14:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 18:14:39 -0000 Received: (qmail 74866 invoked by uid 500); 21 Sep 2006 18:14:38 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 74785 invoked by uid 500); 21 Sep 2006 18:14:37 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 74738 invoked by uid 99); 21 Sep 2006 18:14:37 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 11:14:37 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=fuzzylogic@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:54136] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 5D/E0-03726-C86D2154 for ; Thu, 21 Sep 2006 11:14:36 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0B86E1A981A; Thu, 21 Sep 2006 11:14:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r448620 - /db/derby/docs/trunk/src/tools/rtoolsijcomrefdescribe.dita Date: Thu, 21 Sep 2006 18:14:33 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060921181434.0B86E1A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@ Syntax -DESCRIBE table-Name +DESCRIBE { table-Name | view-Name }
Description -

Provides a decription of the specified table. For a list of tables in the current schema, use the Show Tables command. For a list of available schemas, use the Show Schemas command.

+

Provides a decription of the specified table or view. For a list of tables in the current schema, use the Show Tables command. For a list of views in the current schema, use the Show Views command. For a list of available schemas, use the Show Schemas command.

Example ij> describe airlines;