摘要: 基于user模型 模式和用户同名 只有一个模式 # postgres用户连接 psql -U postgres -c "create user test password 'test';" psql -U postgres -c "create database testdb with owner= 阅读全文
posted @ 2025-11-26 23:06 kahnyao 阅读(10) 评论(0) 推荐(0)