#author("2020-09-01T04:43:10+09:00","default:ryuichi","ryuichi")
#author("2020-09-01T04:44:18+09:00","default:ryuichi","ryuichi")
* createuserコマンド [#ea184417]

** ユーザ作成 [#c503e1d3]

 $ sudo bash
 $ su - postgres
 $ createuser taro

- 以下、すべてのcreateuserコマンドはpostgresユーザで実行する

** superuserなど権限をインタラクティブに指定してユーザ作成 [#mcb04e73]

 $ createuser taro --interactive
 Shall the new role be a superuser? (y/n) y

** 参考 [#td2159d5]
https://www.postgresql.org/docs/current/app-createuser.html

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS