Next: The OPTION Command, Previous: The MATCH Command, Up: Standard Commands [Contents][Index]
The SHOW
command outputs various information about the server
and databases.
Display the list of currently accessible databases, one per line, in the form:
database description
The list is terminated with is a dot (‘.’) on a line alone.
Possible responses:
Display the list of currently supported search strategies, one per line, in the form:
strategy description
The list is terminated with is a dot (‘.’) on a line alone.
Possible responses:
Displays the information about the specified database. The information is a free-form text and is suitable for display to the user in the same manner as a definition. The textual body of the response is terminated with is a dot (‘.’) on a line alone.
Possible responses:
The textual body is retrieved from the info
statement in the
configuration file (see info), or, if it is not
specified, from the database itself, using dico_db_info
callback function (see dico_db_info). If neither source
returns anything, the string ‘No information available.’ is returned.
Return a server-specific information.
Response:
The information follows, terminated with a dot on a line alone.
The textual body returned by the SHOW SERVER
command consists
of two parts. It begins with a line containing host name of the
server and, optionally an additional information about the daemon and
the system it runs on. The exact look and amount of information in
this line is controlled by show-sys-info
configuration
statement (see show-sys-info). This line is
followed by the text supplied with server-info
configuration
statement (see server-info).
Next: The OPTION Command, Previous: The MATCH Command, Up: Standard Commands [Contents][Index]