Skip to content
Snippets Groups Projects
Commit 25d9bf2e authored by Tom Lane's avatar Tom Lane
Browse files

Support deferrable uniqueness constraints.

The current implementation fires an AFTER ROW trigger for each tuple that
looks like it might be non-unique according to the index contents at the
time of insertion.  This works well as long as there aren't many conflicts,
but won't scale to massive unique-key reassignments.  Improving that case
is a TODO item.

Dean Rasheed
parent 85049057
No related branches found
No related tags found
Loading
Showing
with 527 additions and 90 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment