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