[email protected]'; CREATE ROLE pos...">

当前位置:网站首页>PostgreSQL basic command tutorial: create a new user admin to access PostgreSQL

PostgreSQL basic command tutorial: create a new user admin to access PostgreSQL

2022-06-27 03:47:00 Learn programming notes

Practice

 Insert picture description here

postgres=# CREATE USER admin with password '[email protected]';
CREATE ROLE
postgres=# grant all privileges on database postgres to admin;
GRANT

Add

 Insert picture description here

Reference link :https://blog.csdn.net/zhangzeyuaaa/article/details/77941039

原网站

版权声明
本文为[Learn programming notes]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270336331501.html