[
http://issues.apache.org/jira/browse/DERBY-1057?page=comments#action_12423401 ]
Laura Stewart commented on DERBY-1057:
--------------------------------------
A couple of issues:
1. One of the example for GRANT in the Ref Manual patch is:
To grant SELECT privileges to table t to users maria and harry:
GRANT SELECT, update (description) ON t to maria,harry
I think that this example is incorrect. I think that is should be:
GRANT SELECT ON TABLE t to maria,harry
2. If the UPDATE privilege is granted, does the user need to specify both
SELECT and UPDAE or does UPDATE cover both? Should the example in this case be:
GRANT SELECT,UPDATE ON TABLE t to maria,harry
> documentation to address Grant/Revoke (Derby-464)
> -------------------------------------------------
>
> Key: DERBY-1057
> URL: http://issues.apache.org/jira/browse/DERBY-1057
> Project: Derby
> Issue Type: Sub-task
> Components: Documentation
> Affects Versions: 10.0.2.0
> Reporter: Eric Radzinski
> Assigned To: Eric Radzinski
> Fix For: 10.2.0.0
>
> Attachments: derby1057_devguide.diff, derby1057_devguide_html.zip,
> derby1057_ref.diff, derby1057_ref_html.zip
>
>
--
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