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 を使用しており、「スキーマの作成」ON データベースをユーザーに許可する必要があります。
どうやってやるの?
思ったよりシンプルです。
GRANT CREATE ON DATABASE db TO user;