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