From 445a0e339b87a839d6ccbaee6e3acfc54fda47a2 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Thu, 27 Apr 2017 23:02:33 -0700 Subject: [PATCH] Update the username length for postgresql --- plugins/database/postgresql/postgresql.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/database/postgresql/postgresql.go b/plugins/database/postgresql/postgresql.go index 5781b6c3d1..e90e0f8cbc 100644 --- a/plugins/database/postgresql/postgresql.go +++ b/plugins/database/postgresql/postgresql.go @@ -22,8 +22,8 @@ func New() (interface{}, error) { connProducer.Type = postgreSQLTypeName credsProducer := &credsutil.SQLCredentialsProducer{ - DisplayNameLen: 4, - UsernameLen: 16, + DisplayNameLen: 10, + UsernameLen: 63, } dbType := &PostgreSQL{