Skip to content
Snippets Groups Projects
Unverified Commit bb733346 authored by Felix Kunde's avatar Felix Kunde Committed by GitHub
Browse files

quote admin user to allow names with special characters (#2774)

parent 41f5fe1d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ const (
doBlockStmt = `SET LOCAL synchronous_commit = 'local'; DO $$ BEGIN %s; END;$$;`
passwordTemplate = "ENCRYPTED PASSWORD '%s'"
inRoleTemplate = `IN ROLE %s`
adminTemplate = `ADMIN %s`
adminTemplate = `ADMIN "%s"`
)
// DefaultUserSyncStrategy implements a user sync strategy that merges already existing database users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment