Skip to content

Command log

Results don’t appear in the form. They go to the status chip in the footer, next to the action buttons.

Footer status chip

Footer status chip

Footer status chip

The chip is hidden until something runs, then shows running… (done/total) and settles on OK or Error. It updates live, one step per cluster.

Per-cluster results

Click the chip to open the results panel. It fills in while the run is still going.

Results panel

Results panel

Results panel
ColumnNotes
Cluster / GroupWhich target the row is for.
StatusPer cluster. One failure doesn’t hide the others’ success.
DurationHow long that cluster took.
MessageThe error text, naming the operation that failed.

Each row has two actions:

ButtonEffect
ViewOpens the SQL that ran on that cluster.
CopyPuts the cluster’s message and all of its SQL on the clipboard.

The SQL that ran

The view button opens the statements the app sent to that cluster, in order.

Executed SQL for one cluster, with its own Copy button

Executed SQL for one cluster, with its own Copy button

Executed SQL for one cluster
  • The SQL is the real thing, after placeholder substitution — including a failing statement’s, which is recorded before the error.
  • Function-mode bind values are inlined so the statement reads as executed.
  • Role-load rows show the introspection queries instead.
  • Passwords are not included.