Opened 5 years ago

Last modified 5 years ago

#30396 closed Cleanup/optimization

Add a system check for uniqueness of partial indexes and constraints names. — at Version 1

Reported by: Mariusz Felisiak Owned by: nobody
Component: Core (System checks) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
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)

name is a mandatory field for constraints (check and unique) and partial indexes that must be unique in the database scope. We should add a system check for uniqueness of names.

Based on discussion in #30362.

Change History (1)

comment:1 by Mariusz Felisiak, 5 years ago

Description: modified (diff)
Summary: Add a system check for uniqueness of partial indexes and check constraints names.Add a system check for uniqueness of partial indexes and constraints names.
Note: See TracTickets for help on using tickets.
Back to Top