Merge pull request #1407 from z00m1n/patch-1

fix PostgreSQL sample code
This commit is contained in:
Jeff Mitchell 2016-05-12 17:07:48 -07:00
commit b850f876a7
1 changed files with 1 additions and 1 deletions

View File

@ -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