Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 63733 invoked from network); 10 Aug 2006 19:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 19:43:09 -0000 Received: (qmail 34757 invoked by uid 500); 10 Aug 2006 19:43:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 34539 invoked by uid 500); 10 Aug 2006 19:43:08 -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 34530 invoked by uid 99); 10 Aug 2006 19:43:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 12:43:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 12:43:05 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DC6FB71421B for ; Thu, 10 Aug 2006 19:40:13 +0000 (GMT) Message-ID: <2343864.1155238813885.JavaMail.jira@brutus> Date: Thu, 10 Aug 2006 12:40:13 -0700 (PDT) From: "David Van Couvering (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-1666) Show Views and Show Synonyms has confusing column names in results MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Show Views and Show Synonyms has confusing column names in results ------------------------------------------------------------------ Key: DERBY-1666 URL: http://issues.apache.org/jira/browse/DERBY-1666 Project: Derby Issue Type: Bug Components: Tools Affects Versions: 10.2.0.0 Reporter: David Van Couvering Priority: Minor When you run SHOW VIEWS and SHOW SYNONYMS, the column names are confusing. They use TABLE_SCHEM and TABLE_NAME instead of VIEW_SCHEM/VIEW_NAME and SYNONYM_SCHEM/SYONYM_NAME === Examples === ij> show views; TABLE_SCHEM |TABLE_NAME |REMARKS ------------------------------------------------------------------------ APP |AA_FLIGHTS | ij> show synonyms; TABLE_SCHEM |TABLE_NAME |REMARKS ------------------------------------------------------------------------ APP |COLUMNS | APP |TRIGGERS | -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira