PostgreSQL
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
(Is a `bash` command)
|
||||
|
||||
```
|
||||
# createuser --interactive --pwprompt
|
||||
$ createuser --interactive --pwprompt
|
||||
Enter name of role to add: <USER>
|
||||
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 <OWNER> <DBNAME>
|
||||
$ createdb -O <OWNER> <DBNAME>
|
||||
```
|
||||
|
||||
## Commands for the psql shell
|
||||
|
||||
Reference in New Issue
Block a user