Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 377AF10BC6 for ; Mon, 14 Oct 2013 20:14:53 +0000 (UTC) Received: (qmail 45796 invoked by uid 500); 14 Oct 2013 20:14:53 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 45738 invoked by uid 500); 14 Oct 2013 20:14:48 -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 45726 invoked by uid 99); 14 Oct 2013 20:14:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 20:14:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 20:14:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 009F92388868; Mon, 14 Oct 2013 20:14:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1532053 - /db/derby/docs/trunk/src/ref/rrefsqljcreateaggregate.dita Date: Mon, 14 Oct 2013 20:14:25 -0000 To: derby-commits@db.apache.org From: chaase3@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131014201426.009F92388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chaase3 Date: Mon Oct 14 20:14:25 2013 New Revision: 1532053 URL: http://svn.apache.org/r1532053 Log: DERBY-6116 Confusing description of limitation on user-defined aggregate names. Modified a Reference Manual topic. Patch: DERBY-6116.diff Modified: db/derby/docs/trunk/src/ref/rrefsqljcreateaggregate.dita Modified: db/derby/docs/trunk/src/ref/rrefsqljcreateaggregate.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqljcreateaggregate.dita?rev=1532053&r1=1532052&r2=1532053&view=diff ============================================================================== --- db/derby/docs/trunk/src/ref/rrefsqljcreateaggregate.dita (original) +++ db/derby/docs/trunk/src/ref/rrefsqljcreateaggregate.dita Mon Oct 14 20:14:25 2013 @@ -45,8 +45,9 @@ functions (see ). A schema-qualified UDA name may not be the schema-qualified name of a one-argument user-defined function.

-

An unqualified UDA name may not be the name of an aggregate defined in -part 2 of the SQL Standard, section 10.9:

+

An unqualified UDA name (that is, the UDA name without its schema name) may +not be the name of an aggregate defined in part 2 of the SQL Standard, +section 10.9:

ANY AVG COLLECT