[ http://issues.apache.org/jira/browse/DERBY-1123?page=all ]

Jeff Levitt updated DERBY-1123:
-------------------------------

    Attachment: SYSCS_CHECK_TABLE_JEFF_modified.diff

Here's my own patch based on Halley's patch.  I just thought we should add the 
singular "table" to the sentences.  So now it checks the "table and indexes," 
instead of just the "indexes."

> Derby Reference Manual - SYSCS_UTIL.SYSCS_CHECK_TABLE
> -----------------------------------------------------
>
>          Key: DERBY-1123
>          URL: http://issues.apache.org/jira/browse/DERBY-1123
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Versions: 10.1.2.3
>  Environment: DITA files
>     Reporter: Halley Pacheco de Oliveira
>      Fix For: 10.2.0.0
>  Attachments: SYSCS_CHECK_TABLE.diff, SYSCS_CHECK_TABLE_JEFF_modified.diff
>
> In SYSCS_UTIL.SYSCS_CHECK_TABLE is written:
> The SYSCS_UTIL.SYSCS_CHECK_TABLE function checks the specified table, 
> ensuring that all of its indexes are consistent with the base table. When 
> tables are consistent, the method returns a SMALLINT with value 1. If the 
> tables are inconsistent, the function will throw an exception.
> I think that in the last two sentences of this paragraph the word "tables" 
> should be changed to "indexes", because it is the indexes that are being 
> tested for consistency with the base table, and to maintain the word "tables" 
> it should be in the singular (table) and not in the plural (tables), because 
> the function tests just one table at each call.
> So the patched paragraph becomes:
> The SYSCS_UTIL.SYSCS_CHECK_TABLE function checks the specified table, 
> ensuring that all of its indexes are consistent with the base table. When 
> indexes are consistent, the method returns a SMALLINT with value 1. If the 
> indexes are inconsistent, the function will throw an exception.

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