Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 32049 invoked from network); 1 Jul 2009 19:57:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 19:57:59 -0000 Received: (qmail 57492 invoked by uid 500); 1 Jul 2009 19:58:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 57415 invoked by uid 500); 1 Jul 2009 19:58:09 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 57273 invoked by uid 99); 1 Jul 2009 19:58:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 19:58:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 19:58:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3AA9A234C044 for ; Wed, 1 Jul 2009 12:57:47 -0700 (PDT) Message-ID: <2029162809.1246478267239.JavaMail.jira@brutus> Date: Wed, 1 Jul 2009 12:57:47 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1209) It would be good to add an example to the SYSCS_UTIL.SYSCS_CHECK_TABLE documentation for how to check all tables In-Reply-To: <982309451.1144888619596.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-1209: ---------------------------------- Attachment: derby-1209_diff.txt rrefsyscschecktablefunc.html Attached is a patch for this issue. It is very small, but I would appreciate review from someone familiar with the doc build to make sure I did it correctly as I haven't made a doc patch in a while. I seemed to get a lot of warnings in my build e.g. [fop] Jul 1, 2009 10:19:54 AM org.apache.fop.area.RenderPagesModel checkPreparedPages [fop] WARNING: Page 193: Unresolved id reference "jdbc25312" found. [fop] Jul 1, 2009 10:19:54 AM org.apache.fop.area.RenderPagesModel checkPreparedPages [fop] WARNING: Page 193: Unresolved id reference "jdbc31241" found. Is this normal? > It would be good to add an example to the SYSCS_UTIL.SYSCS_CHECK_TABLE documentation for how to check all tables > ---------------------------------------------------------------------------------------------------------------- > > Key: DERBY-1209 > URL: https://issues.apache.org/jira/browse/DERBY-1209 > Project: Derby > Issue Type: Improvement > Components: Documentation > Affects Versions: 10.1.3.1, 10.2.1.6 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Priority: Minor > Attachments: derby-1209_diff.txt, rrefsyscschecktablefunc.html > > > It would be good to add an example to the SYSCS_UTIL.SYSCS_CHECK_TABLE documentation on how to check all tables: > http://db.apache.org/derby/docs/10.1/ref/rrefsyscschecktablefunc.html > e.g. > SELECT schemaname, tablename, SYSCS_UTIL.SYSCS_CHECK_TABLE(schemaname, > tablename) FROM sys.sysschemas s, sys.systables t WHERE s.schemaid = > t.schemaid; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.