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: support wildcard in ALTER PARTITION OF INDEX #39750

Merged
merged 1 commit into from
Aug 26, 2019

Commits on Aug 26, 2019

  1. sql: support wildcard in ALTER PARTITION OF INDEX

    `ALTER PARTITION ... OF INDEX` now allows a user to specify all indexes
    of a table via `tbl@*` syntax. This means that every partition with the
    specified name across all of a table's indexes should be affected.
    
    Refers cockroachdb#39357
    
    Release note (sql change): The `ALTER PARTITION` statement now supports
    applying a zone configuration to all the partitions of a table and its
    indexes that share the same partition name. The syntax for this is `ALTER
    PARTITION <partition name> OF INDEX <table name>@*`.
    solongordon committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    12a33d7 View commit details
    Browse the repository at this point in the history