Opened 4 years ago

Closed 4 years ago

#31455 closed New feature (fixed)

Support DEFERRABLE INITIALLY DEFERRED for EXCLUSION constraints.

Reported by: Ian Foote Owned by: Ian Foote
Component: contrib.postgres Version: dev
Severity: Normal Keywords: deferrable constraints
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Mariusz Felisiak)

Similarly to #20581, PostgreSQL supports deferring exclusion constraints.

Change History (5)

comment:1 by Ian Foote, 4 years ago

Owner: set to Ian Foote
Status: newassigned

comment:3 by Mariusz Felisiak, 4 years ago

Description: modified (diff)
Summary: Support DEFERRABLE INITIALLY DEFERRED for EXCLUSION constraintsSupport DEFERRABLE INITIALLY DEFERRED for EXCLUSION constraints.
Triage Stage: UnreviewedAccepted

comment:4 by Mariusz Felisiak, 4 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In b4068bc6:

Fixed #31455 -- Added support for deferrable exclusion constraints on PostgreSQL.

Note: See TracTickets for help on using tickets.
Back to Top