Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29630 invoked from network); 26 Sep 2008 19:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2008 19:16:05 -0000 Received: (qmail 72968 invoked by uid 500); 26 Sep 2008 19:16:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 72944 invoked by uid 500); 26 Sep 2008 19:16:03 -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 72933 invoked by uid 99); 26 Sep 2008 19:16:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 12:16:03 -0700 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; Fri, 26 Sep 2008 19:15:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51E70234C1F7 for ; Fri, 26 Sep 2008 12:15:44 -0700 (PDT) Message-ID: <1255658027.1222456544334.JavaMail.jira@brutus> Date: Fri, 26 Sep 2008 12:15:44 -0700 (PDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3886) SQL roles: show enabled roles In-Reply-To: <639014805.1222456544285.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-3886: --------------------------------- Attachment: enabled-roles.stat enabled-roles.diff > SQL roles: show enabled roles > ----------------------------- > > Key: DERBY-3886 > URL: https://issues.apache.org/jira/browse/DERBY-3886 > Project: Derby > Issue Type: Improvement > Components: SQL, Tools > Reporter: Dag H. Wanvik > Attachments: enabled-roles.diff, enabled-roles.stat > > > Rick suggested it would be nice to have something to allow inspection of enabled roles, cf the > ENABLED_ROLES view of the information schema, SQL 2003, vol 11, section 5.29. > I enclose patch suggestion for doing this via a new VTI table and syntactic sugar in ij: > SYSCS_DIAG.ENABLED_ROLES and and ij command "show enabled_roles". > Not for commit at this point, we may want to handle to general question of information schemata > in another way. What say thee? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.