From 66714aeaf9c9727654bb3b8533be657df07cc7b5 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Fri, 27 Mar 2020 11:09:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Epostgresql.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postgresql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql.md b/postgresql.md index 684a37f..60538b8 100644 --- a/postgresql.md +++ b/postgresql.md @@ -2,7 +2,7 @@ ## Interactively create a user -(Is a `bash` command) +(Is a shell command) ``` $ createuser --interactive --pwprompt @@ -16,7 +16,7 @@ Shall the new role be allowed to create more new roles? (y/n) n ## Create a database -(Is a `bash` command) +(Is a shell command) Also sets the owner