forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
55831: sql - Implement SHOW REGIONS r=otan a=ajstorm Previously, SHOW REGIONS was an unimplemented stub. This PR implements the SHOW REGIONS such that when issued, it shows all of the regions available to the cluster. Release note (sql change): Implement SHOW REGIONS so that customers can easily see all of the regions available in their cluster. example: SHOW REGIONS region --------------- asia-east europe-east us-central us-east us-west (5 rows) Co-authored-by: Adam Storm <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters