Merge pull request #1407 from z00m1n/patch-1
fix PostgreSQL sample code
This commit is contained in:
commit
b850f876a7
|
@ -493,7 +493,7 @@ The PostgreSQL backend has the following options:
|
||||||
|
|
||||||
Examples:
|
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
|
* postgres://username:password@localhost:5432/database?sslmode=verify-full
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue