From 7ab991bf4880399dc1161ca15007d925d809edf8 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 20 Nov 2023 10:33:13 +0100 Subject: [PATCH] feat: adjust doc/postgres-create-db.md --- doc/postgres-create-db.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; ```