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

release-20.2: Add owners to SHOW commands, and dependant fix to modify SHOW ENUMS and SHOW TYPES to display empty ENUMS #56325

Merged
merged 1 commit into from Nov 9, 2020

Conversation

ajstorm
Copy link
Collaborator

@ajstorm ajstorm commented Nov 5, 2020

Backport:

Please see individual PRs for details.

/cc @cockroachdb/release

@ajstorm ajstorm requested review from solongordon and a team November 5, 2020 15:27
@ajstorm ajstorm requested review from a team as code owners November 5, 2020 15:27
@ajstorm ajstorm requested review from dt and removed request for a team November 5, 2020 15:27
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Previously, the SHOW SQL statements listed above did not include owner
information. As a result, a user interested in the owner of each asset
would have to join with some external table (typically a pg_catalog)
table. This change makes ownership more obvious by including it
directly in the SHOW statements.

Release note (sql change): Added owner column to SHOW DATABASES, ENUMS, TABLES,
SCHEMAS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants