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 "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2006/10/27 20:59:16 UTC

[jira] Created: (DERBY-2011) DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.

DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.
--------------------------------------------------------------------------------------------

                 Key: DERBY-2011
                 URL: http://issues.apache.org/jira/browse/DERBY-2011
             Project: Derby
          Issue Type: Bug
          Components: Documentation
            Reporter: Daniel John Debrunner
            Priority: Minor


These examples are out of place in the synxtax section and as examples they are pretty poor, they look like syntax given the names, at least for the index and view ones.

DROP INDEX has these lines in the syntax section
   DROP INDEX OrigIndex
   DROP INDEX DestIndex
DROP TRIGGER has this
   DROP TRIGGER TRIG1
DROP VIEW has this
   DROP VIEW AnIdentifier

-- 
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] Assigned: (DERBY-2011) DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase reassigned DERBY-2011:
--------------------------------

    Assignee: Kim Haase

> DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2011
>                 URL: https://issues.apache.org/jira/browse/DERBY-2011
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Daniel John Debrunner
>            Assignee: Kim Haase
>            Priority: Minor
>
> These examples are out of place in the synxtax section and as examples they are pretty poor, they look like syntax given the names, at least for the index and view ones.
> DROP INDEX has these lines in the syntax section
>    DROP INDEX OrigIndex
>    DROP INDEX DestIndex
> DROP TRIGGER has this
>    DROP TRIGGER TRIG1
> DROP VIEW has this
>    DROP VIEW AnIdentifier

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2011) DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.

Posted by "Laura Stewart (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-2011?page=comments#action_12445259 ] 
            
Laura Stewart commented on DERBY-2011:
--------------------------------------

The filenames for these topics are:

DROP INDEX = rrefsqlj59893.html
DROP TRIGGER = rrefsqlj42082.html
DROP VIEW = rrefsqlj61102.html

It would be good to add a section with the title "Examples" and 
use the examples from the CREATE statements for examples,
unless someone has examples that they want to provide. 

> DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2011
>                 URL: http://issues.apache.org/jira/browse/DERBY-2011
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Daniel John Debrunner
>            Priority: Minor
>
> These examples are out of place in the synxtax section and as examples they are pretty poor, they look like syntax given the names, at least for the index and view ones.
> DROP INDEX has these lines in the syntax section
>    DROP INDEX OrigIndex
>    DROP INDEX DestIndex
> DROP TRIGGER has this
>    DROP TRIGGER TRIG1
> DROP VIEW has this
>    DROP VIEW AnIdentifier

-- 
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-2011) DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase resolved DERBY-2011.
------------------------------

       Resolution: Fixed
    Fix Version/s: 10.7.1.0

Fixed as a result of the fix for DERBY-4840.

> DROP INDEX, TRIGGER and VIEW contain examples in the syntax section in the reference manual.
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2011
>                 URL: https://issues.apache.org/jira/browse/DERBY-2011
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Daniel John Debrunner
>            Assignee: Kim Haase
>            Priority: Minor
>             Fix For: 10.7.1.0
>
>
> These examples are out of place in the synxtax section and as examples they are pretty poor, they look like syntax given the names, at least for the index and view ones.
> DROP INDEX has these lines in the syntax section
>    DROP INDEX OrigIndex
>    DROP INDEX DestIndex
> DROP TRIGGER has this
>    DROP TRIGGER TRIG1
> DROP VIEW has this
>    DROP VIEW AnIdentifier

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.