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: create implicit array types for UDTs #49678

Merged
merged 1 commit into from
May 30, 2020
Merged

Commits on May 30, 2020

  1. sql: create implicit array types for UDTs

    Fixes cockroachdb#49197.
    
    This PR adds the Postgres behavior of creating an implicit array type
    for a user defined type when it is created. The implicit array type will
    track the user defined type.
    
    Release note: None
    rohany committed May 30, 2020
    Configuration menu
    Copy the full SHA
    8ee992b View commit details
    Browse the repository at this point in the history