Changes

Jump to navigation Jump to search
36 bytes removed ,  01:47, 24 January 2011
no edit summary
===CREATE===
'''<code>CREATE [DATABASEDB|FS|INDEX|USER] [...]</code>'''
Creates a new database, index or user:
* <code>DATABASE DB [name] ([input])</code>:
: creates the database <code>[name]</code> with an optional <code>[input]</code>
* <code>INDEX [TEXT|ATTRIBUTE|FULLTEXT|PATH]</code>:
===DROP===
'''<code>DROP [DATABASEDB|INDEX|USER] [...]</code>'''
Drops a database, index or user:
* <code>DATABASE DB [name]</code>:
: drops the database
* <code>INDEX [PATH|TEXT|ATTRIBUTE|FULLTEXT]</code>:
===INFO===
'''<code>INFO ([DATABASEDB|INDEX|STORAGE])</code>'''
Shows information on the currently opened database:
* <code>no argument</code>: show global information
* <code>DATABASEDB</code>: shows database information
* <code>INDEX</code>: shows index information
* <code>STORAGE [start end] | [query]</code>: show internal database table
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu