-- 修改用户的密码 alter user postgres with password 'PostgreSQL20868354'; -- 查询所有用户 select * from pg_catalog.pg_user;