docs icon indicating copy to clipboard operation
docs copied to clipboard

sql: include placeholder values in SHOW QUERIES

Open jseldess opened this issue 4 years ago • 0 comments

Jesse Seldess (jseldess) commented:

PR: https://github.com/cockroachdb/cockroach/pull/66689

From release notes:

The [SHOW QUERIES](../v21.2/show-statements.html] command was extended for prepared statements to show the actual values in use at query time, rather than the previous $1, $2, etc. placeholders. We expect showing these values will greatly improve the experience of debugging slow queries. [#66689][#66689) {% comment %}doc{% endcomment %}

Jira Issue: DOC-1393

jseldess avatar Sep 08 '21 19:09 jseldess