github.com/jackc/pgx/v5/pgproto3.ErrorResponse.SeverityUnlocalized (field)

7 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		error_response.go#L11: 	SeverityUnlocalized string // only in 9.6 and greater
		error_response.go#L61: 			dst.SeverityUnlocalized = v
		error_response.go#L125: 	if src.SeverityUnlocalized != "" {
		error_response.go#L127: 		dst = append(dst, src.SeverityUnlocalized...)
		error_response.go#L249: 		SeverityUnlocalized: src.SeverityUnlocalized,
		error_response.go#L305: 	dst.SeverityUnlocalized = msg.SeverityUnlocalized

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1010: 		SeverityUnlocalized: msg.SeverityUnlocalized,