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

[YSQL] CREATE TABLE optional constraints #997

Closed
robertpang opened this issue Mar 14, 2019 · 2 comments
Closed

[YSQL] CREATE TABLE optional constraints #997

robertpang opened this issue Mar 14, 2019 · 2 comments
Assignees
Labels
kind/enhancement This is an enhancement of an existing feature

Comments

@robertpang
Copy link
Contributor

The following constraints are not yet supported for CREATE TABLE statement.

  1. UNIQUE
  2. FOREIGN KEY
  3. EXCLUDE
@robertpang robertpang added the kind/enhancement This is an enhancement of an existing feature label Mar 14, 2019
@frozenspider
Copy link
Contributor

UNIQUE constraints are tracked in #1022

yugabyte-ci pushed a commit that referenced this issue May 20, 2019
Summary:
- Added test case for ON CONFLICT ON CONSTRAINT
- Changed comment in disabled test to reflect the change in unsupported features

Test Plan: ./yb_build.sh --java-test org.yb.pgsql.TestPgRegressDml

Reviewers: mihnea

Reviewed By: mihnea

Subscribers: neha, yql

Differential Revision: https://phabricator.dev.yugabyte.com/D6635
@m-iancu
Copy link
Contributor

m-iancu commented Mar 7, 2022

Closing as UNIQUE and FOREIGN KEY constraints are now supported, while EXCLUDE constraints are tracked in #3944.

@m-iancu m-iancu closed this as completed Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This is an enhancement of an existing feature
Projects
Status: Done
Development

No branches or pull requests

4 participants