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
ErrInFailedTransaction=errors.New("pq: Could not complete operation in a failed transaction")
33
33
ErrSSLNotSupported=errors.New("pq: SSL is not enabled on the server")
34
-
ErrSSLKeyHasWorldPermissions=errors.New("pq: Private key file has group or world access. Permissions should be u=rw (0600) or less")
35
-
ErrCouldNotDetectUsername=errors.New("pq: Could not detect default username. Please provide one explicitly")
34
+
ErrSSLKeyUnknownOwnership=errors.New("pq: Could not get owner information for private key, may not be properly protected")
35
+
ErrSSLKeyHasWorldPermissions=errors.New("pq: Private key has world access. Permissions should be u=rw,g=r (0640) if owned by root, or u=rw (0600), or less")
36
+
37
+
ErrCouldNotDetectUsername=errors.New("pq: Could not detect default username. Please provide one explicitly")
0 commit comments