psql: create database 

Joined:
04/07/2009
Posts:
135

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=# 
Share |
| Comment  | Tags