„postgresql.md“ ändern
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Interactively create a user
|
## Interactively create a user
|
||||||
|
|
||||||
(Is a `bash` command)
|
(Is a shell command)
|
||||||
|
|
||||||
```
|
```
|
||||||
$ createuser --interactive --pwprompt
|
$ createuser --interactive --pwprompt
|
||||||
@@ -16,7 +16,7 @@ Shall the new role be allowed to create more new roles? (y/n) n
|
|||||||
|
|
||||||
## Create a database
|
## Create a database
|
||||||
|
|
||||||
(Is a `bash` command)
|
(Is a shell command)
|
||||||
|
|
||||||
Also sets the owner
|
Also sets the owner
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user