fix PostgreSQL sample code

The current sample configuration line fails with `Error initializing backend of type postgresql: failed to check for native upsert: pq: unsupported sslmode "disabled"; only "require" (default), "verify-full", "verify-ca", and "disable" supported`.
This commit is contained in:
Steven Samuel Cole 2016-05-12 23:22:41 +02:00
parent 9147f99c43
commit e3bb3a4efb

View file

@ -490,7 +490,7 @@ The PostgreSQL backend has the following options:
Examples:
* postgres://username:password@localhost:5432/database?sslmode=disabled
* postgres://username:password@localhost:5432/database?sslmode=disable
* postgres://username:password@localhost:5432/database?sslmode=verify-full