PostgreSQL_Admin


PostgreSQL

Role (User)

create role xxx with login superuser createdb createrole password 'yyy';

DB

create database xxx encoding 'zzz' owner yyy;

zzz=SJISは、サーバ側ではサポートされていない??

Create Table

通常のやり方と同じ