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 "Andrew McIntyre (JIRA)" <de...@db.apache.org> on 2006/04/06 01:56:44 UTC

[jira] Resolved: (DERBY-1123) Derby Reference Manual - SYSCS_UTIL.SYSCS_CHECK_TABLE

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

    Resolution: Fixed

Committed revision 391852.

> 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