Fall back to sslmode=disable if ssl mode is not set or invalid in bookmarks

This commit is contained in:
Dan Sosedoff
2017-06-05 21:29:09 -05:00
parent 943963f760
commit 75dc1c1548
3 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
host = "localhost"
port = 5432
user = "postgres"
database = "mydatabase"
ssl = "disabled"