[ http://issues.apache.org/jira/browse/DERBY-1839?page=comments#action_12436601 ] Yip Ng commented on DERBY-1839: -------------------------------
In additional to Mamta's comments above. For: (1) GRANT and REVOKE Users can only issue GRANT and REVOKE statement if SQL Authorization mode is enabled. That is, database property derby.database.sqlAuthorization needs to be set to true. In the grantee syntax for both GRANT and REVOKE, it is missing a closing "}". (2) CREATE TRIGGER Thanks for taking care of my comments regarding the CREATE TRIGGER syntax. (3) General comments I noticed that the documentation have now removed the description for legacy authorization mode behavior and describes the Derby system in regard of SQL Authorization mode. Is this intended? > Doc Review Updates - Ref Manual > ------------------------------- > > Key: DERBY-1839 > URL: http://issues.apache.org/jira/browse/DERBY-1839 > Project: Derby > Issue Type: Improvement > Components: Documentation > Affects Versions: 10.2.2.0 > Reporter: Laura Stewart > Assigned To: Laura Stewart > Attachments: 1839_SQLstatements.diff, derby1839_SQLstatements2.diff, > derby1839_SQLstatements2_html.zip, derby1839_SQLstatements3.diff, > derby1839_SQLstatements3_html.zip, derby1839_SQLstatements_html.zip > > > This JIRA issue will be used to track all of the issues found in the 10.2 doc > review of the Reference Manual. -- 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
