[YSQL] Master UI: Users should be able to find the tablegroup ID from the tablegroup name #11597
Closed as not planned
Closed as not planned
Description
Jira Link: DB-988
Description
Currently the tablegroup name is displayed as following on the UI / queried via yb-admin: [000033e1000030008000000000004101.tablegroup.parent.tablename]
Instead, we should be able to show the tablegroup name as created by user.
(Note that currently it's possible to look up the tablegroup ID from name in an indirect way: look up the YSQL OID associated with the table, and look up on the UI the tablegroup ID with the given OID. However we should not have to resort through YSQL OID for this.)