createdb (1) Linux Manual Page
createdb – create a new PostgreSQL database Synopsis createdb [connection-option…] [option…] [dbname [description]]Descriptioncreatedb creates a new PostgreSQL database. Normally, the database user who executes this command becomes the owner of the new database. However, a different owner can be specified via the -O option, if the executing user has appropriate privileges. createdb is a wrapper around…
