[
https://issues.apache.org/jira/browse/DERBY-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan updated DERBY-4722:
-----------------------------------
Attachment: derby-4722-1a.diff
Hi Andreas,
Thanks for reporting this.
I have attached a patch correcting the wrong examples, and intend to commit it
shortly.
> Error in SQL example of SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE
> -----------------------------------------------------------------
>
> Key: DERBY-4722
> URL: https://issues.apache.org/jira/browse/DERBY-4722
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.6.1.0
> Reporter: Andreas Knees
> Attachments: derby-4722-1a.diff
>
>
> The SQL Examples of the documentation of systemprocedure are errorneous:
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE DELETE_ARCHIVED_LOG_FILES(0);
> and
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE DELETE_ARCHIVED_LOG_FILES(1);
> It should read
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE(0);
> and
> CALL SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE(1);
> instead.
> Actual link to the documentation page:
> http://db.apache.org/derby/docs/10.6/ref/rrefdisablelogproc.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.