diff --git a/pkg/sql/parser/sql.y b/pkg/sql/parser/sql.y index 334c9d79f92c..bd77fd4be022 100644 --- a/pkg/sql/parser/sql.y +++ b/pkg/sql/parser/sql.y @@ -7918,10 +7918,11 @@ show_range_for_row_stmt: // SHOW RANGES FROM INDEX [ @ ] [ WITH ] // // Options: -// INDEXES -// TABLES -// DETAILS -// EXPLAIN +// INDEXES: list indexes contained per range +// TABLES: list tables contained per range +// DETAILS: add range size, leaseholder and other details +// KEYS: include binary start/end keys +// EXPLAIN: show the SQL queries that produces the result show_ranges_stmt: SHOW RANGES FROM INDEX table_index_name opt_show_ranges_options {