PostgreSQL

ユーザーの作成 [#uf1c7e7c]

 # su - postgres
 $ psql
 postgres-# create role USER01 with login password 'PASSWORD';
 CREATE ROLE
 postgres-# ¥du
     ロール名   |                                 属性                                 | メンバー
 --------------+----------------------------------------------------------------------+----------
 user01        | スーパーユーザ, ロールを作成できる, DBを作成できる, レプリケーション | {}|
 postgres     | スーパーユーザ, ロールを作成できる, DBを作成できる, レプリケーション | {}|