Fix sslmode typo
https://www.postgresql.org/docs/9.1/static/libpq-ssl.html
This commit is contained in:
parent
69b89a0c2a
commit
86acd842b0
@ -55,7 +55,7 @@ func readServerConfig(path string) (Bookmark, error) {
|
||||
}
|
||||
|
||||
// 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
|
||||
|
||||
for _, mode := range modes {
|
||||
|
Loading…
x
Reference in New Issue
Block a user