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
@@ -239,7 +239,7 @@ for more information). Note that the channel name will be truncated to 63
bytes by the PostgreSQL server.
You can find a complete, working example of Listener usage at
http://godoc.org/github.com/lib/pq/example/listen.
https://godoc.org/github.com/lib/pq/example/listen.
*/
package pq