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 "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2014/06/02 15:10:01 UTC

[jira] [Created] (DERBY-6594) Typos in "Listing indexes" topic of the tools guide

Knut Anders Hatlen created DERBY-6594:
-----------------------------------------

             Summary: Typos in "Listing indexes" topic of the tools guide
                 Key: DERBY-6594
                 URL: https://issues.apache.org/jira/browse/DERBY-6594
             Project: Derby
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 10.11.0.0
            Reporter: Knut Anders Hatlen
            Priority: Minor


The "Listing indexes" topic of the tools guide says two places that the schema is LUCENESCHEMA. It should be LUCENESUPPORT.

The example in the topic lacks an empty argument list in the table function call and fails with a syntax error because of it (after fixing the schema name). It should say:

{code:sql}
SELECT * FROM TABLE( LUCENESUPPORT.LISTINDEXES() ) T
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)