update
This commit is contained in:
4
PostgreSQL/user.sql
Normal file
4
PostgreSQL/user.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 修改用户的密码
|
||||
alter user postgres with password '123456';
|
||||
-- 查询所有用户
|
||||
select * from pg_catalog.pg_user;
|
||||
Reference in New Issue
Block a user