feat: adjust doc/postgres-create-db.md

This commit is contained in:
dancingCycle 2023-11-20 10:36:02 +01:00
parent 7ab991bf48
commit 78bcf18bbd
1 changed files with 0 additions and 1 deletions

View File

@ -2,6 +2,5 @@
* create a new database `database name` and grant privileges to `user name`
```
CREATE DATABASE <database name>;
CREATE DATABASE <database name> OWNER <user name>;
```