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

sql: populate indexprs column of pg_catalog.pg_index #72238

Merged
merged 1 commit into from
Nov 1, 2021

Commits on Oct 29, 2021

  1. sql: populate indexprs column of pg_catalog.pg_index

    This commit also fixes the formatting of user-defined types in the
    `indexdef` column of `pg_catalog.pg_indexes` and the `indpred` column of
    `pg_catalog.pg_index`.
    
    Release note (bug fix): The `indexprs` column of `pg_catalog.pg_index`
    is now populated with string representations of every expression element
    in the index. If the index is not an expression index, `indexprs` is
    `NULL`. The `indexdef` column of `pg_catalog.pg_indexes` and the
    `indpred` column of `pg_catalog.pg_index` now correctly display
    user-defined types.
    mgartner committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    072cb20 View commit details
    Browse the repository at this point in the history