Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add secondary_region_of column to SHOW REGIONS output #86808

Closed
ecwall opened this issue Aug 24, 2022 · 0 comments · Fixed by #86924
Closed

Add secondary_region_of column to SHOW REGIONS output #86808

ecwall opened this issue Aug 24, 2022 · 0 comments · Fixed by #86924
Assignees
Labels
branch-master Failures and bugs on the master branch. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) GA-blocker T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@ecwall
Copy link
Contributor

ecwall commented Aug 24, 2022

SHOW REGIONS currently has a primary_region_of column and should contain secondary_region_of with the addition of secondary regions.

SHOW REGIONS;                                                                                                                                                                                                                         
     region    |  zones  | database_names | primary_region_of
---------------+---------+----------------+--------------------
  europe-west1 | {b,c,d} | {db}           | {}
  us-east1     | {b,c,d} | {db}           | {}
  us-west1     | {a,b,c} | {db}           | {db}

Epic CRDB-2521
Jira issue: CRDB-18944

@ecwall ecwall added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Aug 24, 2022
@rafiss rafiss added branch-master Failures and bugs on the master branch. GA-blocker labels Aug 25, 2022
@exalate-issue-sync exalate-issue-sync bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Aug 25, 2022
@rafiss rafiss assigned rafiss and unassigned e-mbrown Aug 25, 2022
@craig craig bot closed this as completed in de5ff28 Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) GA-blocker T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants