PostgreSQL增加用户和授权操作
切换用户su - postgres 登陆PostgreSQLpsql创建用户CREATE USER saas_atom WITH PASSWORD 'saas_atom';管理员创建数据库create database timescaledb;切换到timescaledb数据库\c timescaledb;管理员在数据库timescaledb创建schemacreate schema saas_atom;给用户授予数据库级别权限(数据库->shcema->t