实操
postgres=# CREATE USER admin with password 'Dameng@7777';
CREATE ROLE
postgres=# grant all privileges on database postgres to admin;
GRANT
补充
微信扫一扫
postgres=# CREATE USER admin with password 'Dameng@7777';
CREATE ROLE
postgres=# grant all privileges on database postgres to admin;
GRANT
相关推荐