【PostgreSQL】DB(データベース)を作成する

PostgreSQL で DB(データベース)を作成する手順です。

 

■DB(データベース)を作成する

postgres=# create database test; 
CREATE DATABASE 
postgres=#