psql: create database
July 12, 2010 18:23:49 Last update: July 12, 2010 18:23:49
Create a database named
boss with owner boss and template template0:
postgres=# create database boss owner=boss template=template0; CREATE DATABASE postgres=#