Changes between Initial Version and Version 1 of Ticket #31653, comment 13


Ignore:
Timestamp:
Oct 16, 2020, 4:53:14 PM (4 years ago)
Author:
Sanskar Jaiswal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31653, comment 13

    initial v1  
    11> This form adds a new constraint to a table using the same constraint syntax as CREATE TABLE, plus the option NOT VALID, which is currently only allowed for foreign key and CHECK constraints.
    22
    3 We should probably also document the fact that this operation only supports `CheckConstraint`s and NOT `ForeignKey`s. I think it'd be better if we added Postgres operations that support the `NOT VALID` clause for fk checks as well in the future.
     3We should probably also document the fact that this operation only supports `CheckConstraint`s and NOT `ForeignKey`s. I think it'd be better if we added Postgres operations that support the `NOT VALID` clause for foreign key constraints as well in the future.
Back to Top