Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PostgreSQL 9.1,并且必须将“创建模式”数据库授予用户。
我怎样才能做到这一点?
这比我想象的要简单。
GRANT CREATE ON DATABASE db TO user;