Issue Details (XML | Word | Printable)

Key: DERBY-2387
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Laura Stewart
Reporter: Laura Stewart
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

DOCs - Reorder the topics in the Ref Manual into Alphabetical order - functions, procedures

Created: 01/Mar/07 05:59 PM   Updated: 27/Mar/07 05:20 PM
Return to search
Component/s: Documentation
Affects Version/s: None
Fix Version/s: 10.3.1.4

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works derby2387.diff 2007-03-01 09:58 PM Laura Stewart 9 kB

Resolution Date: 01/Mar/07 10:03 PM


 Description  « Hide
1) The SUM and TAN functions need to be switched for alphabetical order.

2) The system functions and procedures are not in alphabetical order. Is there some reason why not?

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Laura Stewart added a comment - 01/Mar/07 06:25 PM
The system procedures could be ordered alphabetically but I think that there are specific logical groups of procedures that should be ordered together. For example, EXPORT and IMPORT should be listed together instead of strictly alphabetically.

I'd appreciate hearing if anyone feels that alphabetical order is better...

Here is the order that I propose for the system procedures:

SYSCS_UTIL.SYSCS_BACKUP_DATABASE
SYSCS_UTIL.SYSCS_BACKUP_DATABASE_NOWAIT
SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE
SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE_NOWAIT
SYSCS_UTIL.SYSCS_CHECKPOINT_DATABASE
SYSCS_UTIL.SYSCS_COMPRESS_TABLE
SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE
SYSCS_UTIL.SYSCS_DISABLE_LOG_ARCHIVE_MODE
SYSCS_UTIL.SYSCS_EXPORT_TABLE
SYSCS_UTIL.SYSCS_EXPORT_QUERY
SYSCS_UTIL.SYSCS_IMPORT_DATA
SYSCS_UTIL.SYSCS_IMPORT_TABLE
SYSCS_UTIL.SYSCS_FREEZE_DATABASE
SYSCS_UTIL.SYSCS_UNFREEZE_DATABASE
SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY
SYSCS_UTIL.SYSCS_SET_RUNTIMESTATISTICS
SYSCS_UTIL.SYSCS_SET_STATISTICS_TIMING

Laura Stewart added a comment - 01/Mar/07 06:28 PM
Modified subject and description

Laura Stewart added a comment - 01/Mar/07 09:58 PM
Attaching a patch.
Reordered the ditamap file to alphabetize the topics in the functions and procedures sections.
Also removed the "family" attribute from many of the sections to prevent the HTML output from listing
every topic in a section in the "related links" at the bottom of topics. The parent topic link remains intact.

Laura Stewart added a comment - 01/Mar/07 10:03 PM
Committed revision 513531.