commit
1a53de99d5
1 changed files with 4 additions and 4 deletions
|
@ -658,16 +658,16 @@ The hash to use during password creation. If the password is not already pre-enc
|
||||||
}
|
}
|
||||||
|
|
||||||
####`createdb`
|
####`createdb`
|
||||||
Weither to grant the ability to create new databases with this role. Defaults to `false`.
|
Whether to grant the ability to create new databases with this role. Defaults to `false`.
|
||||||
|
|
||||||
####`createrole`
|
####`createrole`
|
||||||
Weither to grant the ability to create new roles with this role. Defaults to `false`.
|
Whether to grant the ability to create new roles with this role. Defaults to `false`.
|
||||||
|
|
||||||
####`login`
|
####`login`
|
||||||
Weither to grant login capability for the new role. Defaults to `false`.
|
Whether to grant login capability for the new role. Defaults to `false`.
|
||||||
|
|
||||||
####`superuser`
|
####`superuser`
|
||||||
Weither to grant super user capability for the new role. Defaults to `false`.
|
Whether to grant super user capability for the new role. Defaults to `false`.
|
||||||
|
|
||||||
####`replication`
|
####`replication`
|
||||||
If `true` provides replication capabilities for this role. Defaults to `false`.
|
If `true` provides replication capabilities for this role. Defaults to `false`.
|
||||||
|
|
Loading…
Reference in a new issue