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/10 14:46:03 UTC

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

    [ https://issues.apache.org/jira/browse/DERBY-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14026398#comment-14026398 ] 

Knut Anders Hatlen commented on DERBY-6594:
-------------------------------------------

Thanks, Kim. The changes look good. One more change is needed, though. The (empty) argument list in the table function call is still missing, so the example fails with a syntax error. We need to add {{()}} right after {{LISTINDEXES}} in the example section too.

> 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
>            Assignee: Kim Haase
>            Priority: Minor
>         Attachments: DERBY-6594.diff, rtoolsoptlucenelist.html
>
>
> 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)