Postgres: Add support for scram sha 256 authentication (#18397)

Allow datasource connection to postgres with password "scram-sha-256" 
authentification.

Fixes #14662
This commit is contained in:
The Rock Guy
2019-08-06 10:01:28 +02:00
committed by Marcus Efraimsson
parent d5e7ef2317
commit cbfdac43d8
16 changed files with 576 additions and 185 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
## Docs
For detailed documentation and basic usage examples, please see the package
documentation at <http://godoc.org/github.com/lib/pq>.
documentation at <https://godoc.org/github.com/lib/pq>.
## Tests