NAME CREATE_DATABASE - create a new database SYNOPSIS CREATE DATABASE name [ WITH ] [ OWNER [=] user_name ... TEMPLATE [=] istemplate ] [ OID [=] oid ] DESCRIPTION CREATE DATABASE …wrapper around the SQL command CREATE DATABASE . There is no effective difference between creating databases ... Specifies the database creation strategy. See CREATE DATABASE STRAT…DROP DATABASE statement before each CREATE DATABASE statement. This option is typically used in conjunction ... databases or --databases option because no CREATE DATABASE statement…DROP DATABASE statement before each CREATE DATABASE statement. This option is typically used in conjunction ... databases or --databases option because no CREATE DATABASE statement…privileges can pass tablespace_name to CREATE DATABASE , CREATE TABLE , CREATE INDEX or ADD CONSTRAINT ... PostgreSQL extension. SEE ALSO CREATE DATABASE ( CREATE_DATABASE (7)), CR…issue the initial DROP DATABASE and CREATE DATABASE commands. All data is restored into ... from template0 not template1, for example: CREATE DATABASE foo WITH TEMPLATE template0; …PostgreSQL extension. SEE ALSO CREATE DATABASE ( CREATE_DATABASE (7)), DROP DATABASE ( DROP_DATABASEcurrent database encoding. See CREATE DATABASE ( CREATE_DATABASE (7)) for the precise rules. EXAMPLESfrom template0 not template1, for example: CREATE DATABASE foo WITH TEMPLATE template0; When a datasuch as ALTER ... OWNER TO or CREATE DATABASE ... OWNER will fail. However, a username . •There is an exception for CREATE DATABASE, ALTER DATABASE, and DROP DATABASE. The database