[ https://issues.apache.org/jira/browse/DERBY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Laura Stewart updated DERBY-1929: --------------------------------- Derby Info: [Patch Available] > SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated > --------------------------------------------------------------- > > Key: DERBY-1929 > URL: https://issues.apache.org/jira/browse/DERBY-1929 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.2.1.6 > Reporter: Laura Stewart > Assigned To: Laura Stewart > Priority: Minor > Attachments: derby1929.diff, rrefsistabssyscolperms.html, > rrefsistabssystableperms.html > > > 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. - You can reply to this email to add a comment to the issue online.