Skip to content

sql: decide how ON UPDATE expressions should be copied when using CREATE TABLE LIKE #69258

@pawalt

Description

@pawalt

With ON UPDATE expressions implemented, we need to decide when they will be copied to tables created with LIKE. For example, DEFAULT expressions are only included when INCLUDING DEFAULTS or INCLUDING ALL is used. We need to decide:

  • Should ON UPDATE expressions be copied over?
  • What flags should be provided to copy ON UPDATE over?
  • Should ON UPDATE expressions be included when specifying INCLUDING ALL?

Epic CRDB-9148

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-sql-semanticsC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)T-sql-queriesSQL Queries Team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions