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: add the crdb_internal.create_type_statements table #49771

Merged
merged 1 commit into from
Jun 2, 2020

Commits on Jun 2, 2020

  1. sql: add the crdb_internal.create_type_statements table

    This PR adds the `crdb_internal.create_type_statments` table, which
    contains create statements for user defined types. This will be used
    when generating create statments for `cockroach dump` in cockroachdb#47765.
    
    This PR additionally refactors and deduplicates some code that iterates
    over all user defined type descriptors in other virtual tables.
    
    Release note (sql change): Add the
    `crdb_internal.create_type_statements` virtual table. It holds create
    statements for user defined types.
    rohany committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0bcddba View commit details
    Browse the repository at this point in the history