📜  postgres 创建具有超级用户权限的用户 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:04.659000             🧑  作者: Mango

代码示例3
# https://www.postgresql.org/docs/8.0/sql-createuser.html
CREATE USER  WITH PASSWORD '' VALID UNTIL '';