You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql+="create user {user} with password '{pass}'; alter role {user} set client_encoding to 'utf8'; alter role {user} set default_transaction_isolation to 'read committed'; alter role {user} set timezone to 'UTC'; grant all privileges on database {db} to {user};".format(