📜  在 postgres 中创建新用户 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:56.555000             🧑  作者: Mango

代码示例1
CREATE USER visualscrapy WITH PASSWORD '123456';
# it will create the new user in postgres