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
Release note (sql change): Add a new REDACT flag to EXPLAIN which
causes constants, literal values, parameter values, and any other user
data to be redacted in explain output. Redacted statement diagnostics
bundles can now be collected with EXPLAIN ANALYZE (DEBUG, REDACT).
Exalate commented:
Related PR: cockroachdb/cockroach#94950
Commit: cockroachdb/cockroach@a100707
Release note (sql change): Add a new
REDACT
flag toEXPLAIN
whichcauses constants, literal values, parameter values, and any other user
data to be redacted in explain output. Redacted statement diagnostics
bundles can now be collected with
EXPLAIN ANALYZE (DEBUG, REDACT)
.Jira Issue: DOC-6598
The text was updated successfully, but these errors were encountered: