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
Copy file name to clipboardExpand all lines: v21.2/crdb-internal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,12 @@ Table | Description
76
76
`schema_changes` | Contains information about schema changes in your cluster.
77
77
`session_trace` | Contains session trace information for your cluster.
78
78
`session_variables` | Contains information about [session variables](set-vars.html) in your cluster.
79
-
`statement_statistics` | Contains information about statement statistics.
79
+
`statement_statistics` | Contains information about [statement statistics](ui-statements-page.html).
80
80
`table_columns` | Contains information about table columns in your cluster.
81
81
`table_indexes` | Contains information about table indexes in your cluster.
82
82
`table_row_statistics` | Contains row count statistics for tables in the current database.
83
83
`tables` | Contains information about tables in your cluster.
84
-
`transaction_statistics` | Contains information about transaction statistics.
84
+
`transaction_statistics` | Contains information about [transaction statistics](ui-transactions-page.html).
85
85
`zones` | Contains information about [zone configurations](configure-replication-zones.html) in your cluster.
86
86
87
87
To list the `crdb_internal` tables for the [current database](sql-name-resolution.html#current-database), use the following [`SHOW TABLES`](show-tables.html) statement:
0 commit comments