PR #98979 - sql: backward-compat for SHOW RANGES
/ `crdb_internal.ranges{,_no_l…
#16611
Labels
SHOW RANGES
/ `crdb_internal.ranges{,_no_l…
#16611
Exalate commented:
Related PR: cockroachdb/cockroach#98979
Commit: cockroachdb/cockroach@87afa37
Epic: CRDB-24928
Fixes: CRDB-24927 CRDB-25689
Release note (backward-incompatible change): The pre-v23.1 output
produced by
SHOW RANGES
,crdb_internal.ranges
,crdb_internal.ranges_no_leases
is deprecated. The new interface andfunctionality for
SHOW RANGES
can be enabled by changing the clustersetting
sql.show_ranges_deprecated_behavior.enabled
tofalse
. Itwill become default in v23.2.
Jira Issue: DOC-7311
The text was updated successfully, but these errors were encountered: