Fix sslmode typo
https://www.postgresql.org/docs/9.1/static/libpq-ssl.html
This commit is contained in:
@@ -55,7 +55,7 @@ func readServerConfig(path string) (Bookmark, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// List of all supported by portgres modes
|
// List of all supported by portgres modes
|
||||||
modes := []string{"disable", "allow", "prefer", "required", "verify-ca", "verify-full"}
|
modes := []string{"disable", "allow", "prefer", "require", "verify-ca", "verify-full"}
|
||||||
valid := false
|
valid := false
|
||||||
|
|
||||||
for _, mode := range modes {
|
for _, mode := range modes {
|
||||||
|
|||||||
Reference in New Issue
Block a user