From 7705ba1ffc4fcf2f246172d3dfdac2e5a02e91f8 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Wed, 18 Mar 2020 09:57:21 +0100 Subject: [PATCH] PostgreSQL --- postgresql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql.md b/postgresql.md index 89921cd..684a37f 100644 --- a/postgresql.md +++ b/postgresql.md @@ -5,7 +5,7 @@ (Is a `bash` command) ``` -# createuser --interactive --pwprompt +$ createuser --interactive --pwprompt Enter name of role to add: Enter password for new role: Enter it again: @@ -21,7 +21,7 @@ Shall the new role be allowed to create more new roles? (y/n) n Also sets the owner ``` -# createdb -O +$ createdb -O ``` ## Commands for the psql shell