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

Commits on Nov 5, 2020

  1. sql: Change SHOW DATABASES, ENUMS, SCHEMAS, TABLES to include owner

    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
    ajstorm committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    36d945b View commit details
    Browse the repository at this point in the history