diff --git a/doc/postgres-create-db.md b/doc/postgres-create-db.md index d4bf014..74490ca 100644 --- a/doc/postgres-create-db.md +++ b/doc/postgres-create-db.md @@ -3,5 +3,5 @@ * create a new database `database name` and grant privileges to `user name` ``` CREATE DATABASE ; -GRANT ALL PRIVILEGES ON DATABASE TO ; +CREATE DATABASE OWNER ; ```