SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated
---------------------------------------------------------------

                 Key: DERBY-1929
                 URL: http://issues.apache.org/jira/browse/DERBY-1929
             Project: Derby
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 10.2.1.6
            Reporter: Laura Stewart
            Priority: Minor
             Fix For: 10.3.0.0


In the file 
http://db.apache.org/derby/docs/10.2/ref/rrefsistabssystableperms.html 
title = SYSTABLEPERMS 
In the column information for the SYSTABLEPERMS table's 
SELECTPRIV,DELETEPRIV,INSERTPRIV,UPDATEPRIV, REFERENCEPRIV and TRIGGERPRIV 
column. Their contents column should be: The valid values are 'y'(non-grantable 
privilege),'Y'(grantable privilege) and 'N'(no privilege). 
 
In the file 
http://db.apache.org/derby/docs/10.2/ref/rrefsistabssyscolperms.html 
title = SYSCOLPERMS 
In the column information for the SYSCOLPERMS table's TYPE column. Its content 
column should be: If the privilege is non-grantable, the valid values are 's' 
for SELECT, 'u' for UPDATE and 'r' for REFERENCES. If the privilege is 
grantable, the valid values are 'S' for SELECT, 'U' for UPDATE and 'R' for 
REFERENCES.
 


-- 
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

        

Reply via email to