Postgresql でユーザ作成

postgres=# create user ***_user with password '******';
CREATE ROLE
postgres=# grant all privileges on database ***_db to ***_user;
GRANT

No responses yet

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です