Skip to content

Commit e5cc47e

Browse files
author
Eric Harmeling
committed
Added link to transactions, statements console pages
1 parent 4b4ee6f commit e5cc47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v21.2/crdb-internal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ Table | Description
7676
`schema_changes` | Contains information about schema changes in your cluster.
7777
`session_trace` | Contains session trace information for your cluster.
7878
`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).
8080
`table_columns` | Contains information about table columns in your cluster.
8181
`table_indexes` | Contains information about table indexes in your cluster.
8282
`table_row_statistics` | Contains row count statistics for tables in the current database.
8383
`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).
8585
`zones` | Contains information about [zone configurations](configure-replication-zones.html) in your cluster.
8686

8787
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

Comments
 (0)