You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Laura Stewart (JIRA)" <de...@db.apache.org> on 2006/10/04 22:55:20 UTC

[jira] Created: (DERBY-1929) SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated

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

        

[jira] Updated: (DERBY-1929) SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated

Posted by "Laura Stewart (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (DERBY-1929) SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated

Posted by "Laura Stewart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laura Stewart reassigned DERBY-1929:
------------------------------------

    Assignee: Laura Stewart

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


[jira] Commented: (DERBY-1929) SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482891 ] 

Kim Haase commented on DERBY-1929:
----------------------------------

These look perfect from a docs standpoint (I see you even added index entries!); the changes are exactly as you describe. If you don't need a technical review I'd say they're good to go.

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


[jira] Updated: (DERBY-1929) SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated

Posted by "Laura Stewart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laura Stewart updated DERBY-1929:
---------------------------------

    Attachment: rrefsistabssystableperms.html
                rrefsistabssyscolperms.html
                derby1929.diff

Attaching a patch and the 2 html files for review.

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


[jira] Closed: (DERBY-1929) SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated

Posted by "Laura Stewart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laura Stewart closed DERBY-1929.
--------------------------------


> 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
>             Fix For: 10.3.0.0
>
>         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.


[jira] Resolved: (DERBY-1929) SYSTABLEPERMS and SYSCOLPERMS documentation needs to be updated

Posted by "Laura Stewart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laura Stewart resolved DERBY-1929.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 10.3.0.0
       Derby Info:   (was: [Patch Available])

Committed revision 521090.

> 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
>             Fix For: 10.3.0.0
>
>         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.