diff --git a/doc/postgres-create-db.md b/doc/postgres-create-db.md index 74490ca..7431c6d 100644 --- a/doc/postgres-create-db.md +++ b/doc/postgres-create-db.md @@ -2,6 +2,5 @@ * create a new database `database name` and grant privileges to `user name` ``` -CREATE DATABASE ; CREATE DATABASE OWNER ; ```