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 "Halley Pacheco de Oliveira (JIRA)" <de...@db.apache.org> on 2006/03/17 11:36:25 UTC

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

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


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


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

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ 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


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

Posted by "Halley Pacheco de Oliveira (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1123?page=all ]
     
Halley Pacheco de Oliveira closed DERBY-1123:
---------------------------------------------

    Assign To: Halley Pacheco de Oliveira

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


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

Posted by "Halley Pacheco de Oliveira (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1123?page=all ]

Halley Pacheco de Oliveira updated DERBY-1123:
----------------------------------------------

    Attachment: SYSCS_CHECK_TABLE.diff

Diff file to correct the paragraph (svn diff)

> 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.1.2.3
>  Attachments: SYSCS_CHECK_TABLE.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


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

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1123?page=all ]

Andrew McIntyre updated DERBY-1123:
-----------------------------------

    Fix Version: 10.2.0.0
                     (was: 10.1.2.3)

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


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

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
Jeff Levitt (JIRA) wrote:
>      [ 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."

Would it be possible to attach html output for easy review?

 -jean

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

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
     [ 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