WARNING

This text was automatically converted from troff me macros to HTML. Information may have been lost, added, or changed in the process. Lars Aronsson and Lysator do not guarantee the correctness of this HTML document.

NAME

createdb *- create a new database

SYNOPSIS

createdb dbname

DESCRIPTION

Createdb creates a new POSTGRES database. The creator becomes the administrator of the new database. This command was added to POSTQUEL in Version 4.0 and is intended to be used by the createdb script.

SEE ALSO

destroydb(commands), initdb(unix), createdb(unix), destroydb(unix).

BUGS

This command should NOT be executed by humans. The createdb(unix) script should be used instead.