You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2013/10/14 22:14:25 UTC

svn commit: r1532053 - /db/derby/docs/trunk/src/ref/rrefsqljcreateaggregate.dita

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
 <xref href="rrefcreatefunctionstatement.dita#rrefcreatefunctionstatement"></xref>).
 A schema-qualified UDA name may not be the schema-qualified name of a
 one-argument user-defined function.</p>
-<p>An unqualified UDA name may not be the name of an aggregate defined in
-part 2 of the SQL Standard, section 10.9:</p>
+<p>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:</p>
 <codeblock>ANY
 AVG
 COLLECT