PostgreSQL

This commit is contained in:
Michael Schlapa
2020-03-18 09:57:21 +01:00
parent 5902255636
commit 7705ba1ffc

View File

@@ -5,7 +5,7 @@
(Is a `bash` command) (Is a `bash` command)
``` ```
# createuser --interactive --pwprompt $ createuser --interactive --pwprompt
Enter name of role to add: <USER> Enter name of role to add: <USER>
Enter password for new role: Enter password for new role:
Enter it again: 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 Also sets the owner
``` ```
# createdb -O <OWNER> <DBNAME> $ createdb -O <OWNER> <DBNAME>
``` ```
## Commands for the psql shell ## Commands for the psql shell