Opened 4 years ago

Closed 4 years ago

#31649 closed New feature (fixed)

Support covering exclusion constraints.

Reported by: Mariusz Felisiak Owned by: Hannes Ljungberg
Component: contrib.postgres Version: dev
Severity: Normal Keywords:
Cc: Hannes Ljungberg Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Exclusion constraints should also support non-key columns with INCLUDE.

Follow up to #30913.

Change History (3)

comment:1 by Hannes Ljungberg, 4 years ago

Owner: set to Hannes Ljungberg
Status: newassigned

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

Resolution: fixed
Status: assignedclosed

In e0cdd0fc:

Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQL 12+.

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