-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add summary formats for remaining statement types #71667
Description
Continues #27021.
Is your feature request related to a problem? Please describe.
Currently, the Statements page hides too much information, and it is difficult to tell what some statements do simply from the query description. We've already implemented more descriptive and less ambiguous summary formats for SELECT, INSERT/UPSERT, and UPDATE statement types. This issue covers the remaining statement types for which summaries have not been supported yet.
Describe the solution you'd like
Create summarized statement formats for statement types that are currently not supported (not SELECT, INSERT/UPSERT, and UPDATE statements)
Describe alternatives you've considered
Some statements may not need a summarized format if the current short form is descriptive enough. If that's the case for all remaining statements, this issue can be closed.
Jira issue: CRDB-10711
