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
enableAudit:=fmt.Sprintf(`CREATE EXTENSION IF NOT EXISTS pgaudit; ALTER USER %s IN DATABASE %s SET pgaudit.log TO 'none';`, connectionInfo.username, connectionInfo.dbName)
39
+
enableAudit:=fmt.Sprintf(`CREATE EXTENSION IF NOT EXISTS pgaudit; ALTER USER "%s" IN DATABASE "%s" SET pgaudit.log TO 'none';`, connectionInfo.username, connectionInfo.dbName)
0 commit comments