|
SYNOPSIS
creatdb database
DESCRIPTION The program creatdb creates a new database. It takes a path name
as an argument, which will be the name of the created database.
Creatdb will create the directory needed if the last component of
the path does not exist. All other components must exist.
Creatdb also creates the required system tables. Once creatdb has
been run then any of the other Texis commands such as the interactive
SQL interpreter (tsql) can be used.
The database is created with two users, _SYSTEM and PUBLIC.
Neither user will have a password initially. The _SYSTEM user
will have complete full rights on the database. Any rights granted to
PUBLIC will be available to anyone. If you access the database
without specifying a username the default is PUBLIC. You can
add a password to both of these accounts to restrict access to the
database.
EXAMPLE
creatdb /usr/local/morph3/texis/testdb
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|