Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.10.1.1
-
None
-
Normal
Description
This issue came up during the buddy testing of user-defined aggregates. Here's what Dag discovered:
identifiers (seen when looking at GRANT USAGE of aggregates): "table-Name" occurences are linked to a section explainig them (rreftablename.html), but UDA names are defined in-lined as
GRANT USAGE ON DERBY AGGREGATE [ schemaName. ] SQL92Identifier TO grantees
In a third variant,
GRANT EXECUTE ON
{ FUNCTION | PROCEDURE }routine-designator TO grantees
routine-designator is defined locally as
routine-designator
{ function-name | procedure-name }
without links to what "function-name" or "procedure-name" might look like. It would be good to harmonize the latter two forms to a central definition as for "table-Name".
Finally, I noted that the definition page for SchemaName doesn't link to the SQL92Identifier page...
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6353 Update syntax description in Getting Started, use in Reference Manual too
- Closed
- relates to
-
DERBY-6345 Correct Getting Started syntax topic and include it in Reference Manual
- Closed