Update the username length for postgresql

This commit is contained in:
Brian Kassouf
2017-04-27 23:02:33 -07:00
parent 6684e5c91d
commit 445a0e339b

View File

@@ -22,8 +22,8 @@ func New() (interface{}, error) {
connProducer.Type = postgreSQLTypeName
credsProducer := &credsutil.SQLCredentialsProducer{
DisplayNameLen: 4,
UsernameLen: 16,
DisplayNameLen: 10,
UsernameLen: 63,
}
dbType := &PostgreSQL{